Module Name: src Committed By: apb Date: Sun Aug 24 15:10:13 UTC 2014
Modified Files: src/usr.bin/make/unit-tests: escape.exp escape.mk Log Message: Our practice, despite what POSIX might say, is that "\#" in a variable assignment stores "#" as part of the value. The "\" is not taken literally, and the "#" does not begin a comment. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/escape.exp cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/unit-tests/escape.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.