should assigning to .SHELLFLAGS suppress fast path?

2015-02-11 Thread David Boyce
I just noticed that while assigning to SHELL suppresses the fast-path algorithm, assigning to .SHELLFLAGS does not. Feature or bug? David ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

Re: should assigning to .SHELLFLAGS suppress fast path?

2015-02-11 Thread Paul Smith
On Wed, 2015-02-11 at 10:44 -0800, David Boyce wrote: I just noticed that while assigning to SHELL suppresses the fast-path algorithm, assigning to .SHELLFLAGS does not. Feature or bug? That's a good question. I'm sort of agnostic on it. On one hand, it's hard to think of a flag added to

Re: should assigning to .SHELLFLAGS suppress fast path?

2015-02-11 Thread David Boyce
On Wed, Feb 11, 2015 at 12:22 PM, Paul Smith psm...@gnu.org wrote: On Wed, 2015-02-11 at 10:44 -0800, David Boyce wrote: I just noticed that while assigning to SHELL suppresses the fast-path algorithm, assigning to .SHELLFLAGS does not. Feature or bug? That's a good question. I'm sort of