cvs commit: src/usr.bin/make/tests/variables/t2 expected.stdout

看板DFBSD_commit作者時間21年前 (2005/03/04 03:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
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
文章代碼(AID): #129sOy00 (DFBSD_commit)
文章代碼(AID): #129sOy00 (DFBSD_commit)