]> granicus.if.org Git - postgis/commitdiff
Do not continue if there's any error in building extensions
authorSandro Santilli <strk@keybit.net>
Wed, 6 Nov 2013 15:10:16 +0000 (15:10 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 6 Nov 2013 15:10:16 +0000 (15:10 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12100 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/Makefile.in

index b0084f75c77c23bd9dc4e5d0ce221a075663b2c9..0563c38757b05b36195762155e11390add43fd95 100644 (file)
@@ -18,7 +18,7 @@ endif
 all clean distclean install uninstall:
        for DIR in $(SUBDIRS); do \
                echo "---- Making $@ in $${DIR}"; \
-               $(MAKE) -C "$${DIR}" $@; \
+               $(MAKE) -C "$${DIR}" $@ || exit 1; \
        done
 
 distclean: distclean-local