[bug #35397] make bug with ONESHELL and SHELLFLAGS

2012-03-03 Thread Paul D. Smith
Update of bug #35397 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #35397] make bug with ONESHELL and SHELLFLAGS

2012-01-29 Thread David Boyce
URL: http://savannah.gnu.org/bugs/?35397 Summary: make bug with ONESHELL and SHELLFLAGS Project: make Submitted by: boyski Submitted on: Sun 29 Jan 2012 08:22:36 PM GMT Severity: 3 - Normal Item Group: Bug

make bug with ONESHELL and SHELLFLAGS

2011-12-22 Thread michael_rytting
Sorry if this has already been reported but I haven't found anything searching through the archives. SHELL = /bin/bash .SHELLFLAGS = -e -o pipefail -c Works .ONESHELL: SHELL = /bin/bash .SHELLFLAGS = -e -o pipefail -c Doesn't When the ONESHELL target is set .SHELLFLAGS must be set to a

Re: make bug with ONESHELL and SHELLFLAGS

2011-12-22 Thread David Boyce
I believe the patch below would fix this. It's up to Paul of course whether he considers it a bug and considers the patch worthy. The only concern I have with it is that there may be places where the argv is assumed to be exactly 4 slots wide (shell, flags, recipe, null) and only the first 3 slots

RE: make bug with ONESHELL and SHELLFLAGS

2011-12-22 Thread michael_rytting
PM To: RYTTING,MICHAEL (A-ColSprings,ex1) Cc: bug-make@gnu.org Subject: Re: make bug with ONESHELL and SHELLFLAGS I believe the patch below would fix this. It's up to Paul of course whether he considers it a bug and considers the patch worthy. The only concern I have with it is that there may