components/php-5_3/php-sapi/php.mk
branchs11-update
changeset 3477 3d935de46ca9
parent 2947 38d16c6d5c60
child 3797 b4272e89e9f2
child 4534 058d7630f55f
--- a/components/php-5_3/php-sapi/php.mk	Fri Oct 10 10:07:08 2014 -0700
+++ b/components/php-5_3/php-sapi/php.mk	Thu Nov 20 15:41:15 2014 -0800
@@ -22,12 +22,14 @@
 #
 
 COMPONENT_PRE_INSTALL_ACTION += ( \
+	set -e; \
 	$(MKDIR) $(INSTALL_ROOT)/$(PHP_PEAR_CACHE_DIR) )
 
 #
 # Removing Zend/*parser.[ch] forces regeneration by native bison
 #
 COMPONENT_POST_UNPACK_ACTION += ( \
+	set -e; \
 	echo $(PATH); \
 	$(CP) /usr/include/zlib.h $(COMPONENT_SRC)/ext/zlib/my_zlib.h; \
 	$(RM) $(COMPONENT_SRC)/Zend/zend_ini_parser.c \
@@ -40,6 +42,7 @@
 PATCHES = $(shell cd $(PATCH_DIR); echo [0-9]* $$(MACH)* )
 
 COMPONENT_PRE_CONFIGURE_ACTION = ( \
+	set -e; \
 	cd $(COMPONENT_SRC); $(ENV) -i PATH=/usr/gnu/bin:$(PATH) \
 		MAKE="$(GMAKE)" \
 		$(CONFIG_SHELL) ./buildconf --force ; \