summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/simple-makeflags.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/pymake/tests/simple-makeflags.mk')
-rw-r--r--build/pymake/tests/simple-makeflags.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/build/pymake/tests/simple-makeflags.mk b/build/pymake/tests/simple-makeflags.mk
new file mode 100644
index 000000000..c7c92ec9d
--- /dev/null
+++ b/build/pymake/tests/simple-makeflags.mk
@@ -0,0 +1,10 @@
+# There once was a time when MAKEFLAGS=w without any following spaces would
+# cause us to treat w as a target, not a flag. Silly!
+
+MAKEFLAGS=w
+
+all:
+ $(MAKE) -f $(TESTPATH)/simple-makeflags.mk subt
+ @echo TEST-PASS
+
+subt: