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 line numbers in test ou...



details:   https://anonhg.NetBSD.org/src/rev/45d1dbccdd9a
branches:  trunk
changeset: 945647:45d1dbccdd9a
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Nov 02 22:46:52 2020 +0000

description:
make(1): fix line numbers in test output of varname.mk

diffstat:

 usr.bin/make/unit-tests/varname.exp |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 59e3b70b52d2 -r 45d1dbccdd9a usr.bin/make/unit-tests/varname.exp
--- a/usr.bin/make/unit-tests/varname.exp       Mon Nov 02 22:44:29 2020 +0000
+++ b/usr.bin/make/unit-tests/varname.exp       Mon Nov 02 22:46:52 2020 +0000
@@ -9,16 +9,16 @@
 Result of ${:UVAR(((} is "VAR(((" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF|VEF_DEF)
 Global:.ALLTARGETS =  VAR(((=)
 No closing parenthesis in archive specification
-make: "varname.mk" line 29: Error in archive specification: "VAR"
+make: "varname.mk" line 30: Error in archive specification: "VAR"
 Var_Parse: ${:UVAR\(\(\(}=     try2 with VARE_UNDEFERR|VARE_WANTRES
 Applying ${:U...} to "" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF)
 Result of ${:UVAR\(\(\(} is "VAR\(\(\(" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF|VEF_DEF)
 Global:.ALLTARGETS =  VAR(((=) VAR\(\(\(=
-make: "varname.mk" line 30: Need an operator
+make: "varname.mk" line 31: Need an operator
 Var_Parse: ${:UVAR\(\(\(}=     try3 with VARE_UNDEFERR|VARE_WANTRES
 Applying ${:U...} to "" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF)
 Result of ${:UVAR\(\(\(} is "VAR\(\(\(" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF|VEF_DEF)
-make: "varname.mk" line 31: Need an operator
+make: "varname.mk" line 32: Need an operator
 Global:.MAKEFLAGS =  -r -k -d v -d
 Global:.MAKEFLAGS =  -r -k -d v -d 0
 make: Fatal errors encountered -- cannot continue



Home | Main Index | Thread Index | Old Index