Makefile revision 854
98N/A# The contents of this file are subject to the terms of the 98N/A# Common Development and Distribution License (the "License"). 98N/A# You may not use this file except in compliance with the License. 98N/A# See the License for the specific language governing permissions 98N/A# and limitations under the License. 98N/A# When distributing Covered Code, include this CDDL HEADER in each 98N/A# If applicable, add the following below this CDDL HEADER, with the 98N/A# fields enclosed by brackets "[]" replaced with your own identifying 98N/A# information: Portions Copyright [yyyy] [name of copyright owner] 98N/A# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. 98N/A# These are required if retrieving packages from the AT&T website. 98N/A# This flag controls the prep.mk behaviour to patch each archive individually 151N/A# Patch only required if building ksh93 only and not ast-base 98N/A# The ksh93 tarballs don't unpack cleanly into their own directories. 98N/A# Make the unpack of the second archive relocate to a sensible place 98N/A# We override LD_B_DIRECT because -B direct has unfortunate consequences for the 98N/A# interposition used by the Safe/Fast IO library (i.e. it becomes neither safe 98N/A# nor fast, and causes the build to deadly embrace). 98N/A# Disable nmake's probing of runpaths # Prevent nmake from taking over the entire machine # 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