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 single value, i.e. 
-ec.

I am using

Michael Rytting
Agilent Technologies
[email protected]<mailto:[email protected]>
719-590-3708

_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to