I'd like make to terminate with an error if the program run by $(shell ) exits with a nonzero status, but make seems to blindly run on. Example:
BLAH=$(shell /bin/false)
foox:
echo $(BLAH)
Running this should abort, but it doesn't. Help!
- Dan
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make
