Module Name:    src
Committed By:   rillig
Date:           Thu Dec  2 22:41:01 UTC 2021

Modified Files:
        src/usr.bin/make/unit-tests: varname-dot-make-save_dollars.mk

Log Message:
tests/make: fix test for .MAKE.SAVE_DOLLARS

The previous assumption was wrong that only literal '$$' that occur
directly in the right-hand side of a variable assignment would be
affected.  Indirect variable definitions are affected as well when they
are evaluated nestedly, as long as the '$$' appears in the text of the
variable that is actually parsed.  Whether the '$$' ends up in the
expanded value of the expression doesn't matter though.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    src/usr.bin/make/unit-tests/varname-dot-make-save_dollars.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to