Skip to content
Snippets Groups Projects
Commit 70adad39 authored by scjody's avatar scjody
Browse files

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
parent 36025d08
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment