URL:
<http://savannah.gnu.org/bugs/?28092>
Summary: $(shell false) should break build
Project: make
Submitted by: yozh
Submitted on: Wed 25 Nov 2009 06:06:02 PM GMT
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Component Version: 3.81
Operating System: None
Fixed Release: None
Triage Status: None
_______________________________________________________
Details:
Currently,
$(shell false) does not break build:
===
a := $(shell false)
x:
echo $(a)
===
completes successfully. Should fail, because in scenario:
a := $(shell cat version.txt)
it is hard to catch a situation if version.txt file does not exist.
Seen on gmake 3.81.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?28092>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make