Re: [bug #31614] allow spaces in target names

2010-11-10 Thread Paul Smith
On Wed, 2010-11-10 at 16:15 +0100, Edward Welbourne wrote: > > $ echo 'a b:; echo $@' | make -f - "a b" > > echo a b > > a b > > and what happens if you > echo 'a b:; echo $@' | make -f - a > ? If that doesn't echo a, then you've broken all rules with more than > one target ... > > I expected

Re: [bug #31614] allow spaces in target names

2010-11-10 Thread Edward Welbourne
> $ echo 'a b:; echo $@' | make -f - "a b" > echo a b > a b and what happens if you echo 'a b:; echo $@' | make -f - a ? If that doesn't echo a, then you've broken all rules with more than one target ... I expected your escaping to require echo 'a\\ b:; echo $@' | make -f - 'a b' or echo '

[bug #31614] allow spaces in target names

2010-11-10 Thread Petr Machata
Follow-up Comment #1, bug #31614 (project make): It works from the command line, too: $ echo 'a b:; echo $@' | make -f - "a b" echo a b a b ___ Reply to this item at:

[bug #31614] allow spaces in target names

2010-11-10 Thread Petr Machata
URL: Summary: allow spaces in target names Project: make Submitted by: pmachata Submitted on: Срд 10 Ноя 2010 14:52:52 Severity: 3 - Normal Item Group: Enhancement