Skip to content
Snippets Groups Projects
Commit 83d615f2 authored by Christian Engwer's avatar Christian Engwer
Browse files

exit on failure

[[Imported from SVN: r1995]]
parent 6753f4ac
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ export BASEDIR
web-install: all
if test -d $(DUNEWEBDIR) && test -r $(DUNEWEBDIR)/Make.global ; then \
for DIR in $(SUBDIRS) ; do \
$(MAKE) -C $$DIR web-install ; \
$(MAKE) -C $$DIR web-install || exit 1; \
done ; \
$(MAKE) -f $(DUNEWEBDIR)/Make.global \
EXTRAINSTALL="$(EXTRAINSTALL)" CURDIR="$(CURDIR)" install ; \
......
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