I have GNU make V3.81.
The rules for building system is like this:
all: pre_build main_build post_build
pre_build:
...
main_build:
make -C $(BUILD_DIR) -r -f $(MAKEFILE)
post_build
...
Althouth the sub-make for the target 'main_build' makes an error, build
process proceeds to post_build.
I wish the build process would be stop when the sub-make has an error.
--
View this message in context:
http://old.nabble.com/How-to-stop-building-when-sub-make-returns-error-tp27122668p27122668.html
Sent from the Gnu - Make - Help mailing list archive at Nabble.com.
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make