components/php-5_3/imap/Makefile
branchs11-update
changeset 3477 3d935de46ca9
parent 846 fe258446a1ae
child 3817 30b42c38bbc4
child 3996 20c0f21bbe1e
--- a/components/php-5_3/imap/Makefile	Fri Oct 10 10:07:08 2014 -0700
+++ b/components/php-5_3/imap/Makefile	Thu Nov 20 15:41:15 2014 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -42,6 +42,7 @@
 
 COMPONENT_BUILD_TARGETS = soc c-client
 COMPONENT_POST_BUILD_ACTION = ( \
+	set -e; \
 	$(MV) $(BUILD_DIR_32)/c-client/c-client.a \
 		$(BUILD_DIR_32)/c-client/libc-client.a )
 ENV += MAKE="$(GMAKE)"