RFC: PATCH to avoid linking multiple front ends at once with parallel make

Mike Stump mikestump@comcast.net
Tue May 14 21:38:00 GMT 2013


On May 14, 2013, at 1:46 PM, Jason Merrill <jason@redhat.com> wrote:
> On 05/14/2013 02:04 PM, Mike Stump wrote:
>> I worry about quoting.
> 
> In my experience, "$@" does fine for passing on arguments.

:-)  It used to require ${0+"$@"}, but later shells fixed the edge case to make "$@" work nicely.  While I'll still worry about quoting, I agree "$@" should work just fine.


More information about the Gcc-patches mailing list