Module Name: src
Committed By: sjg
Date: Mon Jun 3 02:46:29 UTC 2024
Modified Files:
src/usr.bin/make/unit-tests: varmod-undefined.mk
Log Message:
Note that varmod-undefined depends on .MAKE.SAVE_DOLLARS=yes
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/varmod-undefined.mk
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/varmod-undefined.mk
diff -u src/usr.bin/make/unit-tests/varmod-undefined.mk:1.10 src/usr.bin/make/unit-tests/varmod-undefined.mk:1.11
--- src/usr.bin/make/unit-tests/varmod-undefined.mk:1.10 Sun Jun 2 17:44:48 2024
+++ src/usr.bin/make/unit-tests/varmod-undefined.mk Mon Jun 3 02:46:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: varmod-undefined.mk,v 1.10 2024/06/02 17:44:48 rillig Exp $
+# $NetBSD: varmod-undefined.mk,v 1.11 2024/06/03 02:46:29 sjg Exp $
#
# Tests for the :U variable modifier, which returns the given string
# if the variable is undefined.
@@ -7,6 +7,9 @@
# directive-for.mk
# varmod-defined.mk
+# this test depends on
+.MAKE.SAVE_DOLLARS= yes
+
# The pattern ${:Uword} is heavily used when expanding .for loops.
#
# This is how an expanded .for loop looks like.