Makefile revision 6407
152N/A# The contents of this file are subject to the terms of the 152N/A# Common Development and Distribution License (the "License"). 152N/A# You may not use this file except in compliance with the License. 152N/A# See the License for the specific language governing permissions 152N/A# and limitations under the License. 152N/A# When distributing Covered Code, include this CDDL HEADER in each 152N/A# If applicable, add the following below this CDDL HEADER, with the 152N/A# fields enclosed by brackets "[]" replaced with your own identifying 152N/A# information: Portions Copyright [yyyy] [name of copyright owner] 152N/A# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved. 152N/A# These are required if retrieving packages from the AT&T website. 152N/A '-e "s|\(^$(CC)\).*|\\$$(CC)|"' \
152N/A '-e "s|\(temporary directory\).*|\1|"' \
152N/A '-e "1,/package: test start/d"' \
152N/A '-e "s|\(begins\).*|\1|"' \
152N/A '-e "s|\(passed\).*\(\[\)|\1 \2|"' \
152N/A '-e "s|\(failed\).*\(with exit code\)|\1 \2|"' \
152N/A '-e "s|\(package: test done\).*|\1|"'\
152N/A '-e "/usage: sleep/d"' \
277N/A '-e "/invalid interval/d"' \
727N/A '-e "s|\(took\).*\(expected\)|\1 x secs \2|"' \
152N/A '-e "s|\(expected .* sec\).*\(got\).*|\1 \2 x secs|"' \
152N/A '-e "s|^.*\(shcomp-.*\).*|\1|"' 277N/A# Enable ASLR for this component 181N/A# This flag controls the prep.mk behaviour to patch each archive individually 152N/A# Patch only required if building ksh93 only and not ast-base 152N/A# The ksh93 tarballs don't unpack cleanly into their own directories. 152N/A# Fixup HOSTTYPE to match uname output and bits 152N/A# Make the unpack of the second archive relocate to a sensible place 152N/A# We override LD_B_DIRECT because -B direct has unfortunate consequences for the 554N/A# nor fast, and causes the build to deadly embrace). 152N/A# Disable nmake's probing of runpaths 152N/A# Fix up the permissions of the compiler wrapper scripts from the patch 181N/A# Prevent nmake from taking over the entire machine 152N/A# Set the built to build all targets, install all of ast-base, and test ksh93. # Unpack the ast-base tarball and copy it into the INIT tree, # Add the two tarball paths to the paths to be cleaned # ksh.kshrc needs to be installed with the ksh package # Note how the AT&T "version letter symbol date" code is translated # into the IPS version number: # shell/ksh93@93.<letter representation>.<0 or 1>.<yymmdd> # <letter representation> is the numeric place in the alphabet of the # <0 or 1> is the presence or absence of the "+" symbol in the AT&T # version code. The "+" represents a point/bugfix release and would appear as # "93<version letter>+" in the human readable form. # AT&T Version string: 93u+ 2011-02-08 # IPS Version number: 93.21.1.20110208