Module Name: src Committed By: rillig Date: Sat Aug 22 21:02:56 UTC 2020
Modified Files: src/usr.bin/make/unit-tests: varname-empty.mk Log Message: make(1): try a bit harder to set the variable with the empty name There is not only the != assignment operator, but a few others as well. Especially the += operator is interesting since it has a different code path. But all is good. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/varname-empty.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.