diff options
author | 2014-09-17 02:20:07 +0000 | |
---|---|---|
committer | 2014-09-17 02:20:07 +0000 | |
commit | bd1f051c4da5c3f1ab0656f83a98f6c2287db5a5 (patch) | |
tree | 649bc6a0622aff8f2856a25633c9cf14bc871a99 | |
parent | be more explicit about what '1' toggles between (diff) | |
download | wireguard-openbsd-bd1f051c4da5c3f1ab0656f83a98f6c2287db5a5.tar.xz wireguard-openbsd-bd1f051c4da5c3f1ab0656f83a98f6c2287db5a5.zip |
Stop using the Z malloc option which has been tedu'd by tedu@ sometime
ago.
ok espie@
-rw-r--r-- | regress/usr.bin/make/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/make/Makefile b/regress/usr.bin/make/Makefile index b289659cd3f..30868a75b16 100644 --- a/regress/usr.bin/make/Makefile +++ b/regress/usr.bin/make/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2014/01/06 12:34:42 espie Exp $ +# $OpenBSD: Makefile,v 1.36 2014/09/17 02:20:07 lteo Exp $ # We don't pass t7, t13, t14, t17, t19, t20 t21 t26 # and t16 yields piss poor performance @@ -7,7 +7,7 @@ REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 \ t25 t26 t27 t28 t29 t30 t31 t32 t33 t34 t35 t36 \ t37 t38 t38j t39 -MALLOC_OPTIONS?=AZJ +MALLOC_OPTIONS?=AJ t1: t1.out env -i PATH=${PATH} MALLOC_OPTIONS=${MALLOC_OPTIONS} ${MAKE} -e -r -f ${.CURDIR}/mk1 | diff - t1.out |