Makefile revision 3993
64N/A# The contents of this file are subject to the terms of the 64N/A# Common Development and Distribution License (the "License"). 64N/A# You may not use this file except in compliance with the License. 64N/A# See the License for the specific language governing permissions 64N/A# and limitations under the License. 64N/A# When distributing Covered Code, include this CDDL HEADER in each 64N/A# If applicable, add the following below this CDDL HEADER, with the 64N/A# fields enclosed by brackets "[]" replaced with your own identifying 64N/A# information: Portions Copyright [yyyy] [name of copyright owner] 3817N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. 3993N/A# force re-runs to be the same 3993N/A# Strip compilation lines from test output 3993N/A '-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
3993N/A '-e "s|^.*source=.*libtool=no.*$$|XXX_CC_XXX|g" ' \
3993N/A '-e "s|^.*DEPDIR=.deps.*$$|XXX_CC_XXX|g" ' \
3993N/A '-e "s|^1-minute.*$$|XXX_CC_XXX|g" ' \
3993N/A '-e "s|^.*load average.*$$|XXX_CC_XXX|g" ' \
3993N/A '-e "s|^.*Running tests for GNU make.*$$|XXX_CC_XXX|g" ' \
3993N/A '-e "s|^.==========.*$$|XXX_CC_XXX|g" ' \
3993N/A '-e "s|^Clearing work.*$$|XXX_CC_XXX|g" ' \