summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/tests/test-new.mk
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/tests/test-new.mk')
-rw-r--r--usr.bin/make/tests/test-new.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/make/tests/test-new.mk b/usr.bin/make/tests/test-new.mk
new file mode 100644
index 0000000..f200833
--- /dev/null
+++ b/usr.bin/make/tests/test-new.mk
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+NEW_DIR!= make -C ${.CURDIR}/../../../../usr.bin/make -V .OBJDIR
+
+all:
+ rm -rf /tmp/${USER}.make.test
+ env MAKE_PROG=${NEW_DIR}/make ${.SHELL} ./all.sh
+
+.include <bsd.obj.mk>
OpenPOWER on IntegriCloud