Makefile revision 1497
96N/A# The contents of this file are subject to the terms of the 96N/A# Common Development and Distribution License (the "License"). 96N/A# You may not use this file except in compliance with the License. 96N/A# See the License for the specific language governing permissions 96N/A# and limitations under the License. 96N/A# When distributing Covered Code, include this CDDL HEADER in each 96N/A# If applicable, add the following below this CDDL HEADER, with the 96N/A# fields enclosed by brackets "[]" replaced with your own identifying 96N/A# information: Portions Copyright [yyyy] [name of copyright owner] 1475N/A# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. 787N/A# To get correct @bindir@ substitution in the various gz<whatever> scripts. 1497N/A# Prevent gzip compilation using assembly code, which segv's with Studio 12.3. 1095N/A# Needed for "gmake test" to work successfully. 1095N/A# If SHELLOPTS is exported (as it is by the userland makefiles), 1095N/A# then all shell options get exported to child invocations of bash, 1095N/A# which results in test failures due to nounset and xtrace being 1095N/A# set unexpectedly, and errors such as "$1: unbound variable" and 1095N/A# diffs failing due to script tracing in output files. 1095N/A# Get the binaries to test from the component build area. 96N/A# Fix references to Solaris renamed programs (z*->gz*) in man pages, info 96N/A# pages and in wrapper scripts. 96N/A# Rename installed programs and man pages in proto dir (z*->gz*). 96N/A# Provide missing man pages.