bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug #41246] Allow to switch shell batch mode at runtime instead of


From: Eli Zaretskii
Subject: Re: [bug #41246] Allow to switch shell batch mode at runtime instead of build time
Date: Thu, 06 Feb 2014 07:45:53 +0200

> Date: Thu, 6 Feb 2014 06:31:15 +0900
> From: Mike Hommey <address@hidden>
> Cc: address@hidden, address@hidden, address@hidden
> 
> > Except when make is built with BATCH_MODE_SHELL_ONLY. Which is needed
> > when sh -c fucks up with double quotes.
> 
> And, more importantly, it's the first two that don't work the same way:
> 
> $ mkdir foo
> $ echo foo > foo/bar
> $ cat <<EOF >foo.mk
> default:
>         grep foo foo\\bar
>         grep "foo" foo\\bar
> $ make -f foo.mk
> grep foo foo\\bar
> foo
> grep "foo" foo\\bar
> /usr/bin/sh: foobar: No such file or directory

If you use forward slashes, do you see any problems in this case?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]