Module Name: src Committed By: sjg Date: Fri Jan 1 23:07:49 UTC 2021
Modified Files: src/usr.bin/make/unit-tests: var-op-expand.mk Log Message: var-op-expand needs MAKE.SAVE_DOLLARS=yes To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/var-op-expand.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/make/unit-tests/var-op-expand.mk diff -u src/usr.bin/make/unit-tests/var-op-expand.mk:1.10 src/usr.bin/make/unit-tests/var-op-expand.mk:1.11 --- src/usr.bin/make/unit-tests/var-op-expand.mk:1.10 Mon Dec 28 00:19:41 2020 +++ src/usr.bin/make/unit-tests/var-op-expand.mk Fri Jan 1 23:07:48 2021 @@ -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.