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 typo in test
details: https://anonhg.NetBSD.org/src/rev/7dbc7af55ee2
branches: trunk
changeset: 937077:7dbc7af55ee2
user: rillig <rillig%NetBSD.org@localhost>
date: Sat Aug 08 14:59:59 2020 +0000
description:
make(1): fix typo in test
diffstat:
usr.bin/make/unit-tests/varmisc.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d36916d44b46 -r 7dbc7af55ee2 usr.bin/make/unit-tests/varmisc.mk
--- a/usr.bin/make/unit-tests/varmisc.mk Sat Aug 08 14:47:01 2020 +0000
+++ b/usr.bin/make/unit-tests/varmisc.mk Sat Aug 08 14:59:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: varmisc.mk,v 1.20 2020/07/30 13:50:27 rillig Exp $
+# $Id: varmisc.mk,v 1.21 2020/08/08 14:59:59 rillig Exp $
#
# Miscellaneous variable tests.
@@ -192,7 +192,7 @@
@echo $@: ${GL_TARGET} ${GL_MEMBER} ${GL_PREFIX} ${GL_ARCHIVE} ${GL_ALLSRC}
# Since 2020-07-28, make complains about unclosed variables.
-# Before that, it had not complained about unclosed variables only when
+# Before that, it had complained about unclosed variables only when
# parsing the modifiers, but not when parsing the variable name.
UNCLOSED_INDIR_1= ${UNCLOSED_ORIG
Home |
Main Index |
Thread Index |
Old Index