summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/export-all.mk
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/unit-tests/export-all.mk')
-rw-r--r--usr.bin/make/unit-tests/export-all.mk23
1 files changed, 0 insertions, 23 deletions
diff --git a/usr.bin/make/unit-tests/export-all.mk b/usr.bin/make/unit-tests/export-all.mk
deleted file mode 100644
index 576487b..0000000
--- a/usr.bin/make/unit-tests/export-all.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: export-all.mk,v 1.2 2015/04/10 20:41:59 sjg Exp $
-
-UT_OK=good
-UT_F=fine
-
-# the old way to do :tA
-M_tAbad = C,.*,cd & \&\& 'pwd',:sh
-# the new
-M_tA = tA
-
-here := ${.PARSEDIR}
-
-# this will cause trouble (recursing if we let it)
-UT_BADDIR = ${${here}/../${here:T}:L:${M_tAbad}:T}
-# this will be ok
-UT_OKDIR = ${${here}/../${here:T}:L:${M_tA}:T}
-
-.export
-
-.include "export.mk"
-
-UT_TEST=export-all
-UT_ALL=even this gets exported