Whamcloud - gitweb
Branch b1_6
authorscjody <scjody>
Fri, 20 Jul 2007 16:44:23 +0000 (16:44 +0000)
committerscjody <scjody>
Fri, 20 Jul 2007 16:44:23 +0000 (16:44 +0000)
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

index 644a47e..f272ed8 100644 (file)
@@ -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