diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-04-16 16:15:31 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-04-16 16:15:31 +0000 |
commit | dbd0b35a226eb8d494f03c30b756bf36e352356a (patch) | |
tree | f8b043aaa2a29975ecafed452d65fe70a9b8d9db /regress/usr.bin/make | |
parent | 1c09461028abdf33e0e8c5b67693ca1e8cd2fdb3 (diff) |
and Makefile, oops.
Diffstat (limited to 'regress/usr.bin/make')
-rw-r--r-- | regress/usr.bin/make/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/regress/usr.bin/make/Makefile b/regress/usr.bin/make/Makefile index 21e3255f661..e790ee14c2d 100644 --- a/regress/usr.bin/make/Makefile +++ b/regress/usr.bin/make/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.17 2002/04/16 14:43:56 espie Exp $ +# $OpenBSD: Makefile,v 1.18 2002/04/16 16:15:30 espie Exp $ # We don't pass t7, t13, t14, t17 # and t16 yields piss poor performance -REGRESSTARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 +REGRESSTARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 MALLOC_OPTIONS?=AZJ t1: t1.out @@ -79,13 +79,16 @@ t16: t17: cd ${.CURDIR} && env -i PATH=${PATH} MALLOC_OPTIONS=${MALLOC_OPTIONS} ${MAKE} -r -f mk17 +t18: + cd ${.CURDIR} && env -i PATH=${PATH} MALLOC_OPTIONS=${MALLOC_OPTIONS} ${MAKE} -r -f mk18 + z.a: touch $@ t1.out: echo MACHINE_ARCH=${MACHINE_ARCH} >$@ -.PHONY: t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 regress +.PHONY: t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 regress CLEANFILES+=t1.out z.a a.a a.b goodfile phony t15file |