From 70adad39ee99c7bf8b9127d1ad65fadd9ce71c2c Mon Sep 17 00:00:00 2001 From: scjody <scjody> Date: Fri, 20 Jul 2007 16:44:23 +0000 Subject: [PATCH] Branch b1_6 Exit on 'make sources' failure so that the rest of the build fails at the correct time. b=13026 i=mjmac i=brian --- build/autoMakefile.am.toplevel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/autoMakefile.am.toplevel b/build/autoMakefile.am.toplevel index 644a47e03c..f272ed8be9 100644 --- a/build/autoMakefile.am.toplevel +++ b/build/autoMakefile.am.toplevel @@ -29,7 +29,7 @@ sources: all-sources all-sources: for dir in $(SOURCES_SUBDIRS) ; do \ - $(MAKE) sources -C $$dir ; \ + $(MAKE) sources -C $$dir || exit $$? ; \ done if LINUX -- GitLab