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 var-op-expand needs MAKE.SAVE_DOLLAR...



details:   https://anonhg.NetBSD.org/src/rev/6ae19ce536dd
branches:  trunk
changeset: 948838:6ae19ce536dd
user:      sjg <sjg%NetBSD.org@localhost>
date:      Fri Jan 01 23:07:48 2021 +0000

description:
var-op-expand needs MAKE.SAVE_DOLLARS=yes

diffstat:

 usr.bin/make/unit-tests/var-op-expand.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 7fe3b412a2ec -r 6ae19ce536dd usr.bin/make/unit-tests/var-op-expand.mk
--- a/usr.bin/make/unit-tests/var-op-expand.mk  Fri Jan 01 20:38:36 2021 +0000
+++ b/usr.bin/make/unit-tests/var-op-expand.mk  Fri Jan 01 23:07:48 2021 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: var-op-expand.mk,v 1.10 2020/12/28 00:19:41 rillig Exp $
+# $NetBSD: var-op-expand.mk,v 1.11 2021/01/01 23:07:48 sjg Exp $
 #
 # Tests for the := variable assignment operator, which expands its
 # right-hand side.
 
+.MAKE.SAVE_DOLLARS:=      yes
 
 # If the right-hand side does not contain a dollar sign, the ':=' assignment
 # operator has the same effect as the '=' assignment operator.



Home | Main Index | Thread Index | Old Index