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 michael_rytt...@agilent.com<mailto:michael_rytt...@agilent.com> 719-590-3708
_______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make