cvs commit: src/usr.bin/make/tests/variables/t2 expected.stdout test.sh
Max Okumoto
okumoto at crater.dragonflybsd.org
Thu Mar 3 11:14:30 PST 2005
okumoto 2005/03/03 11:13:01 PST
DragonFly src repository
Modified files:
usr.bin/make/tests/variables/t2 expected.stdout test.sh
Log:
My regression test had a bug in it. Quoting a value in a Makefile
causes make(1) to treat it as one word.
APPLE = "AAA AAA AAA" # one word
ORANGE = AAA AAA AAA # three words
Revision Changes Path
1.3 +7 -7 src/usr.bin/make/tests/variables/t2/expected.stdout
1.2 +2 -2 src/usr.bin/make/tests/variables/t2/test.sh
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/tests/variables/t2/expected.stdout.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/tests/variables/t2/test.sh.diff?r1=1.1&r2=1.2&f=u
More information about the Commits
mailing list