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/
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make