22543056 add ksh93 to FOSS evaluation do-not-publish list
authorJohn Beck <John.Beck@Oracle.COM>
Wed, 13 Jan 2016 15:21:30 -0800
changeset 5268 f322c1ffb1af
parent 5267 42a22f73f3bc
child 5269 df2b37609598
22543056 add ksh93 to FOSS evaluation do-not-publish list
components/ksh93/Makefile
--- a/components/ksh93/Makefile	Wed Jan 13 13:09:32 2016 -0800
+++ b/components/ksh93/Makefile	Wed Jan 13 15:21:30 2016 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 # the parfait build fails strangely (22276647)
@@ -148,14 +148,23 @@
 IPS_COMPONENT_VERSION= 93.21.1.20120801
 IPS_HUMAN_VERSION= "93u+ 2012-08-01"
 
+# Exposes a bug in ON.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
 # common targets
 build:		$(BUILD_32_and_64)
 	
 install:	$(INSTALL_32_and_64)	
+ifneq ($(BUILD_TYPE), evaluation)
 	(for binary in msgcvt msgcpp msgget msggen ksh shcomp alias; do \
 		/usr/bin/elfedit -e 'dyn:delete RPATH' -e 'dyn:delete RUNPATH' \
 		    "$(PROTO_DIR)/$(MACH64)/bin/$$binary" ; \
 	done )
+endif
 
 test:		$(TEST_32_and_64)