bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make bug with ONESHELL and SHELLFLAGS


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

address@hidden

719-590-3708

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]