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

Simon 'corecode' Schubert corecode at fs.ei.tum.de
Thu Mar 3 12:47:13 PST 2005


On 03.03.2005, at 20:13, Max Okumoto wrote:

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
I'm sorry? I never noticed that. Is that because of your changes or is 
it just an effect with sh's parsing?

I always thought that make would parse (well, at least treat as)
FOO=	"POO PAA PEE"
into <"POO>, <PAA>, <PEE">.
maybe i'm completely wrong here
  simon
--
/"\
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News
Attachment:
PGP.sig
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00003.pgp
Type: application/octet-stream
Size: 186 bytes
Desc: "Description: This is a digitally signed message part"
URL: <http://lists.dragonflybsd.org/pipermail/commits/attachments/20050303/94b6a852/attachment-0017.obj>


More information about the Commits mailing list