summaryrefslogtreecommitdiff
path: root/unit-tests/sysv.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/sysv.mk')
-rw-r--r--unit-tests/sysv.mk11
1 files changed, 3 insertions, 8 deletions
diff --git a/unit-tests/sysv.mk b/unit-tests/sysv.mk
index 3a987441ee42c..5c87579cc11bc 100644
--- a/unit-tests/sysv.mk
+++ b/unit-tests/sysv.mk
@@ -1,4 +1,6 @@
-# $Id: sysv.mk,v 1.5 2020/07/04 18:16:55 sjg Exp $
+# $Id: sysv.mk,v 1.9 2020/08/23 16:08:32 sjg Exp $
+
+all: foo fun sam bla
FOO ?=
FOOBAR = ${FOO:=bar}
@@ -11,8 +13,6 @@ FUN = ${B}${S}fun
SUN = the Sun
# we expect nothing when FOO is empty
-all: foo fun sam bla words
-
foo:
@echo FOOBAR = ${FOOBAR}
.if empty(FOO)
@@ -41,8 +41,3 @@ BLA=
bla:
@echo $(BLA:%=foo/%x)
-
-# The :Q looks like a modifier but isn't.
-# It is part of the replacement string.
-words:
- @echo a${a b c d e:L:%a=x:Q}b