Makefile revision 4117
4117N/A# The contents of this file are subject to the terms of the 4117N/A# Common Development and Distribution License (the "License"). 4117N/A# You may not use this file except in compliance with the License. 4117N/A# See the License for the specific language governing permissions 4117N/A# and limitations under the License. 4117N/A# When distributing Covered Code, include this CDDL HEADER in each 4117N/A# If applicable, add the following below this CDDL HEADER, with the 4117N/A# fields enclosed by brackets "[]" replaced with your own identifying 4117N/A# information: Portions Copyright [yyyy] [name of copyright owner] 4117N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. 4117N/A# Recreate configure and various Makefiles to pickup libsunperf changes. 4117N/A# Get rid of compiler path set in RUNPATH. 4117N/A# Needed to pass -norunpath to the shared library link. 4117N/A# Master test results are different not only between 32-bit and 64-bit, but 4117N/A# also between x86 and SPARC (different # of tests run). 4117N/A '-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
4117N/A '-e "s|^.*source=.*libtool=no.*$$|XXX_CC_XXX|g" ' \
4117N/A '-e "s|^.*DEPDIR=.deps.*$$|XXX_CC_XXX|g" ' \
4117N/A# Needed for "gmake test" to work successfully. 4117N/A# If SHELLOPTS is exported (as it is by the userland makefiles), 4117N/A# then all shell options get exported to child invocations of bash, 4117N/A# which results in test failures due to nounset and xtrace being 4117N/A# set unexpectedly, and errors such as "$1: unbound variable" and 4117N/A# diffs failing due to script tracing in output files.