Makefile revision 7243
312N/A# The contents of this file are subject to the terms of the 312N/A# Common Development and Distribution License (the "License"). 312N/A# You may not use this file except in compliance with the License. 312N/A# See the License for the specific language governing permissions 312N/A# and limitations under the License. 312N/A# When distributing Covered Code, include this CDDL HEADER in each 312N/A# If applicable, add the following below this CDDL HEADER, with the 312N/A# fields enclosed by brackets "[]" replaced with your own identifying 312N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5680N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. 5680N/A# Currently only builds with gcc 5680N/A# configure in cmake does not accept many of the options set in 5680N/A# expected failure for test: CTestTestUpload 5079N/A# Remove undesriable /opt/csw lines from the Modules/*.cmake files. 5829N/A# The default -O3 is *MUCH* too aggressive and will break things, 5829N/A# not just in CMake but everywhere. 5829N/A# CMake sets its own Language Standard flags in the Makefile it 5829N/A# generates for itself. The Userland default Language Standard flags 312N/A# Need to remove this option from LD_OPTIONS (only affects sparc build); 7243N/A# Reflect the setting above explicitly disabling NXHEAP. 312N/A# We need these in the environment, although they are already passed 312N/A# as CONFIGURE_OPTIONS; otherwise the correct compilers are not used 623N/A# Use system-installed third-party libraries, rather than the private 5079N/A# copies in the cmake source. 623N/A# Need C and C++ compiler locations for cmake tests 6913N/A# Results output is different on Intel vs. SPARC. 3814N/A '-e "s/\s\s*[0-9][0-9]*\.[0-9][0-9]* sec/ SEC sec/"' \
6913N/A '-e "s/\][0-9][0-9]*\.[0-9][0-9]* sec/\]SEC sec/"' \
6913N/A '-e "s|^make.*: Leaving directory.*$$|XXX_REMOVE_XXX|g" ' \
6913N/A '-e "s|^make.*: Entering directory.*$$|XXX_REMOVE_XXX|g" ' \
6913N/A '-e "/^XXX_REMOVE_XXX$$/d" ' 5829N/A# Install the man pages this way because we do not have Sphinx. 5079N/A# Built binaries are moved aside and replaced with 5079N/A# which will be executed for the system-test target 5079N/A# Restore the built binaries after system-test is done