|
From: | michael_rytting |
Subject: | make bug with ONESHELL and SHELLFLAGS |
Date: | Thu, 22 Dec 2011 10:30:01 -0700 |
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 719-590-3708 |
[Prev in Thread] | Current Thread | [Next in Thread] |