Since I build make myself I went ahead and applied this patch and it works
great. I'll let you guys decide if this should go into the official release,
but we are happy.
-Mike
-Original Message-
From: David Boyce [mailto:david.s.bo...@gmail.com]
Sent: Thursday, December 22, 2011 2:43
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