components/php-5_2/imap/Makefile
changeset 2211 a99bbd5139c0
parent 800 2ad056ed89ec
child 3817 30b42c38bbc4
child 3996 20c0f21bbe1e
--- a/components/php-5_2/imap/Makefile	Wed Oct 15 13:30:54 2014 -0700
+++ b/components/php-5_2/imap/Makefile	Mon Nov 17 14:15:50 2014 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -44,6 +44,7 @@
 CFLAGS += -D__USE_LEGACY_PROTOTYPES__
 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)"