# HG changeset patch # User John Beck # Date 1452727290 28800 # Node ID f322c1ffb1af36bc54da42a6249eb7153a7d9a7b # Parent 42a22f73f3bcf8738f8e6e5c3570290e24923304 22543056 add ksh93 to FOSS evaluation do-not-publish list diff -r 42a22f73f3bc -r f322c1ffb1af 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)