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 typos in test for the :...



details:   https://anonhg.NetBSD.org/src/rev/e8554a2d6500
branches:  trunk
changeset: 940008:e8554a2d6500
user:      rillig <rillig%NetBSD.org@localhost>
date:      Wed Sep 30 06:15:43 2020 +0000

description:
make(1): fix typos in test for the :L variable modifier

diffstat:

 usr.bin/make/unit-tests/varmod-l-name-to-value.mk |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 48b8f22ecfc6 -r e8554a2d6500 usr.bin/make/unit-tests/varmod-l-name-to-value.mk
--- a/usr.bin/make/unit-tests/varmod-l-name-to-value.mk Wed Sep 30 05:58:22 2020 +0000
+++ b/usr.bin/make/unit-tests/varmod-l-name-to-value.mk Wed Sep 30 06:15:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: varmod-l-name-to-value.mk,v 1.4 2020/09/30 05:42:06 rillig Exp $
+# $NetBSD: varmod-l-name-to-value.mk,v 1.5 2020/09/30 06:15:43 rillig Exp $
 #
 # Tests for the :L modifier, which returns the variable name as the new value.
 
@@ -27,10 +27,10 @@
 .error
 .endif
 
-# Between 2020-09-22 (var.c 1.527) and 2020-09-30 (var.c 1.554), there was
-# a bug in the evaluation of variable expression.  Indirect modifiers like
-# this :L did not update the definedness of the enclosing expression.
-# This resulted in a wrong "Malformed variable".
+# Between 2020-09-22 (var.c 1.527) and 2020-09-30 (var.c 1.553), there was
+# a bug in the evaluation of variable expressions.  Indirect modifiers like
+# the below :L did not update the definedness of the enclosing expression.
+# This resulted in a wrong "Malformed conditional".
 .if ${value:${:UL}} == ""
 .endif
 



Home | Main Index | Thread Index | Old Index