-# $OpenBSD: Makefile,v 1.33 2012/08/20 08:33:50 espie Exp $
+# $OpenBSD: Makefile,v 1.34 2014/01/06 12:31:56 espie Exp $
# We don't pass t7, t13, t14, t17, t19, t20 t21 t26
# and t16 yields piss poor performance
-REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25 t26 t27 t28 t29 t30 t31 t32 t33 t34 t35 t36
+REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 \
+ t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 \
+ t25 t26 t27 t28 t29 t30 t31 t32 t33 t34 t35 t36 \
+ t37 t38 t38j
MALLOC_OPTIONS?=AZJ
t1: t1.out
t37:
if cd ${.CURDIR} && env -i PATH=${PATH} MALLOC_OPTIONS=${MALLOC_OPTIONS} B=2 ${MAKE} -r -f mk33 all; then false; else true; fi
+t38:
+ cd ${.CURDIR} && env -i PATH=${PATH} MALLOC_OPTIONS=${MALLOC_OPTIONS} B=2 ${MAKE} -r -f mk34 | diff - t38.out
+
+t38j:
+ cd ${.CURDIR} && env -i PATH=${PATH} MALLOC_OPTIONS=${MALLOC_OPTIONS} B=2 ${MAKE} -r -f mk34 -j2 | diff - t38.out
t1.out:
echo MACHINE_ARCH=${MACHINE_ARCH} >$@
.PHONY: ${REGRESS_TARGETS} regress
-CLEANFILES+=t1.out z.a a.a a.b goodfile phony t15file \
+CLEANFILES+=t1.out z.a a.a a.b mk34.b goodfile phony t15file \
t25.1st t25.2nd f26.2nd f26 t27.2nd t27.3rd \
libt29.a t29dep t29.targ t29.targ2
-# $OpenBSD: mk34,v 1.1 2013/12/26 10:25:07 espie Exp $
+# $OpenBSD: mk34,v 1.2 2014/01/06 12:31:56 espie Exp $
# should produce similar error message with -j and without -j
-thing.o: ${.PREFIX}.vis
- @echo trythis
+t38.a: ${.PREFIX}.b
+ @echo okay
+
+t38.b:
+ @touch $@
+
+.SUFFIXES: .a .b