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 date in comment in unit...



details:   https://anonhg.NetBSD.org/src/rev/4223437fd5a6
branches:  trunk
changeset: 936136:4223437fd5a6
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Jul 19 20:37:57 2020 +0000

description:
make(1): fix date in comment in unit test

diffstat:

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

diffs (18 lines):

diff -r 4bae940b1f02 -r 4223437fd5a6 usr.bin/make/unit-tests/varmisc.mk
--- a/usr.bin/make/unit-tests/varmisc.mk        Sun Jul 19 19:36:20 2020 +0000
+++ b/usr.bin/make/unit-tests/varmisc.mk        Sun Jul 19 20:37:57 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: varmisc.mk,v 1.10 2020/07/02 09:44:51 rillig Exp $
+# $Id: varmisc.mk,v 1.11 2020/07/19 20:37:57 rillig Exp $
 #
 # Miscellaneous variable tests.
 
@@ -74,7 +74,7 @@
        @echo MAN=${MAN}
 
 # This is an expanded variant of the above .for loop.
-# Between 2020-08-28 and 2020-07-02 this paragraph generated a wrong
+# Between 2020-06-28 and 2020-07-02 this paragraph generated a wrong
 # error message "Variable VARNAME is recursive".
 # When evaluating the !empty expression, the ${:U1} was not expanded and
 # thus resulted in the seeming definition VARNAME=${VARNAME}, which is



Home | Main Index | Thread Index | Old Index