Module Name:    src
Committed By:   rillig
Date:           Sat Nov  7 00:07:03 UTC 2020

Modified Files:
        src/usr.bin/make/unit-tests: archive-suffix.mk varmisc.mk

Log Message:
make(1): fix references to Var_SetWithFlags in tests


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/archive-suffix.mk
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/make/unit-tests/varmisc.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/archive-suffix.mk
diff -u src/usr.bin/make/unit-tests/archive-suffix.mk:1.1 src/usr.bin/make/unit-tests/archive-suffix.mk:1.2
--- src/usr.bin/make/unit-tests/archive-suffix.mk:1.1	Sat Aug 29 14:47:26 2020
+++ src/usr.bin/make/unit-tests/archive-suffix.mk	Sat Nov  7 00:07:02 2020
@@ -1,7 +1,7 @@
-# $NetBSD: archive-suffix.mk,v 1.1 2020/08/29 14:47:26 rillig Exp $
+# $NetBSD: archive-suffix.mk,v 1.2 2020/11/07 00:07:02 rillig Exp $
 #
 # Between 2020-08-23 and 2020-08-30, the below code produced an assertion
-# failure in Var_Set_with_flags, triggered by Compat_Make, when setting the
+# failure in Var_SetWithFlags, triggered by Compat_Make, when setting the
 # .IMPSRC of an archive node to its .TARGET.
 #
 # The code assumed that the .TARGET variable of every node would be set, but

Index: src/usr.bin/make/unit-tests/varmisc.mk
diff -u src/usr.bin/make/unit-tests/varmisc.mk:1.27 src/usr.bin/make/unit-tests/varmisc.mk:1.28
--- src/usr.bin/make/unit-tests/varmisc.mk:1.27	Fri Nov  6 23:11:11 2020
+++ src/usr.bin/make/unit-tests/varmisc.mk	Sat Nov  7 00:07:02 2020
@@ -1,4 +1,4 @@
-# $NetBSD: varmisc.mk,v 1.27 2020/11/06 23:11:11 rillig Exp $
+# $NetBSD: varmisc.mk,v 1.28 2020/11/07 00:07:02 rillig Exp $
 #
 # Miscellaneous variable tests.
 
@@ -87,7 +87,7 @@ VARNAME=	${VARNAME${:U1}}
 .if defined(VARNAME${:U2}) && !empty(VARNAME${:U2})
 .endif
 
-# begin .MAKE.SAVE_DOLLARS; see Var_Set_with_flags and ParseBoolean.
+# begin .MAKE.SAVE_DOLLARS; see Var_SetWithFlags and ParseBoolean.
 SD_VALUES=	0 1 2 False True false true Yes No yes no On Off ON OFF on off
 SD_4_DOLLARS=	$$$$
 

Reply via email to