Skip to content

Commit

Permalink
exit if make fails
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4899 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 21, 2006
1 parent 9079e2d commit ff4b49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.win
Expand Up @@ -20,7 +20,7 @@ install: all
@list='$(WINSUBDIRS)'; \
for subdir in $$list; do \
echo $$subdir ; \
$(MAKE) -C $$subdir -f Makefile.win install ; \
$(MAKE) -C $$subdir -f Makefile.win install || exit 1 ; \
done

include ../Makefile.win.rules

0 comments on commit ff4b49a

Please sign in to comment.