From: scjody Date: Fri, 20 Jul 2007 16:44:23 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: 1.6.1~88 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=70adad39ee99c7bf8b9127d1ad65fadd9ce71c2c;p=fs%2Flustre-release.git 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 --- diff --git a/build/autoMakefile.am.toplevel b/build/autoMakefile.am.toplevel index 644a47e..f272ed8 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