Module Name: src
Committed By: sjg
Date: Fri Aug 29 20:03:27 UTC 2014
Modified Files:
src/usr.bin/make/unit-tests: Makefile
Log Message:
*.rawout are out-of-date if ${TEST_MAKE} is newer.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/usr.bin/make/unit-tests/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/unit-tests/Makefile
diff -u src/usr.bin/make/unit-tests/Makefile:1.49 src/usr.bin/make/unit-tests/Makefile:1.50
--- src/usr.bin/make/unit-tests/Makefile:1.49 Fri Aug 29 15:55:44 2014
+++ src/usr.bin/make/unit-tests/Makefile Fri Aug 29 20:03:27 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2014/08/29 15:55:44 sjg Exp $
+# $NetBSD: Makefile,v 1.50 2014/08/29 20:03:27 sjg Exp $
#
# Unit tests for make(1)
# The main targets are:
@@ -127,4 +127,8 @@ accept:
cp $${test}.out ${UNIT_TESTS}/$${test}.exp ; } \
done
+.if exists(${TEST_MAKE})
+${TESTNAMES:S/$/.rawout/}: ${TEST_MAKE}
+.endif
+
.-include <bsd.obj.mk>