bug-make
[Top][All Lists]
Advanced

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

[bug #28092] $(shell false) should break build


From: Timothy N Murphy
Subject: [bug #28092] $(shell false) should break build
Date: Thu, 26 Nov 2009 10:50:15 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.1.5) Gecko/20091105 Fedora/3.5.5-1.fc11 Firefox/3.5.5

Follow-up Comment #3, bug #28092 (project make):

To get the exit code: 


a:=$(shell cat fred.txt; echo $$?)
$(info exit=$(a))

make -f t.mk 
cat: fred.txt: No such file or directory
exit=1


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?28092>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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