Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make/unit-tests make(1): fix references to Var_SetWi...



details:   https://anonhg.NetBSD.org/src/rev/a33be43b6f6f
branches:  trunk
changeset: 942112:a33be43b6f6f
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Nov 07 00:07:02 2020 +0000

description:
make(1): fix references to Var_SetWithFlags in tests

diffstat:

 usr.bin/make/unit-tests/archive-suffix.mk |  4 ++--
 usr.bin/make/unit-tests/varmisc.mk        |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 06076b657914 -r a33be43b6f6f usr.bin/make/unit-tests/archive-suffix.mk
--- a/usr.bin/make/unit-tests/archive-suffix.mk Sat Nov 07 00:06:13 2020 +0000
+++ b/usr.bin/make/unit-tests/archive-suffix.mk Sat Nov 07 00:07:02 2020 +0000
@@ -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
diff -r 06076b657914 -r a33be43b6f6f usr.bin/make/unit-tests/varmisc.mk
--- a/usr.bin/make/unit-tests/varmisc.mk        Sat Nov 07 00:06:13 2020 +0000
+++ b/usr.bin/make/unit-tests/varmisc.mk        Sat Nov 07 00:07:02 2020 +0000
@@ -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 @@
 .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=  $$$$
 



Home | Main Index | Thread Index | Old Index