221N/A# The contents of this file are subject to the terms of the 221N/A# Common Development and Distribution License (the "License"). 221N/A# You may not use this file except in compliance with the License. 221N/A# See the License for the specific language governing permissions 221N/A# and limitations under the License. 221N/A# When distributing Covered Code, include this CDDL HEADER in each 221N/A# If applicable, add the following below this CDDL HEADER, with the 221N/A# fields enclosed by brackets "[]" replaced with your own identifying 221N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5626N/A# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved. 5626N/A# using gcc makes parfait happy. 5795N/A# PERL_SCRIPTS_PROCESS needs to be the last COMPONENT_POST_INSTALL_ACTION 5626N/A '-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
5626N/A '-e "s|^.*$(CXX).*$$|XXX_CC_XXX|g" ' \
5626N/A '-e "s|^DEPDIR.*$$|XXX_CC_XXX|g" ' \
5626N/A '-e "s|^mv.*$$|XXX_CC_XXX|g" ' \
5626N/A '-e "s|^make.*: Nothing to be.*$$|XXX_CC_XXX|g" ' \
5626N/A '-e "s|^make.*: Leaving directory.*$$|XXX_CC_XXX|g" ' \
5626N/A '-e "s|^make.*: Entering directory.*$$|XXX_CC_XXX|g" ' \
5795N/A '-e "s|.*ginstall.*$$|XXX_CC_XXX|g" ' \