Makefile revision 5097
0N/A# The contents of this file are subject to the terms of the 0N/A# Common Development and Distribution License (the "License"). 0N/A# You may not use this file except in compliance with the License. 0N/A# See the License for the specific language governing permissions 0N/A# and limitations under the License. 0N/A# When distributing Covered Code, include this CDDL HEADER in each 0N/A# If applicable, add the following below this CDDL HEADER, with the 0N/A# fields enclosed by brackets "[]" replaced with your own identifying 0N/A# information: Portions Copyright [yyyy] [name of copyright owner] 2362N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. 0N/A# For the DEBUG_BUILD macro please see RFE/Bug 22185118: 0N/A $(GSED) -i 's^LIBDIR^$(USRLIBDIR)^g' \ 0N/A $(GSED) -i 's^LIBDIR^$(USRLIBDIR64)^g' \ 0N/A '-e "/ld: warning/d"' \
0N/A '-e "/prototype:/d"' \
0N/A '-e "/argument/d"' \
0N/A '-e "/Entering/d"' \
0N/A '-e "/check-TESTS/d"' \
0N/A '-e "/all-recursive/d"' \
0N/A '-e "/test_input/d"' \
0N/A '-e "/\.pwqp$$/d"' \
0N/A '-e "/Making all/d"' \
0N/A '-e "/Making check/d"' \
0N/A '-e "/Nothing to be done/d"' \
0N/A '-e "s/[0-9]\{1,\}\.[0-9]\{1,\} s, //g"' \
0N/A '-e "s^[0-9]\{1,\} kB/s^^g"' \
0N/A '-e "s^[0-9]\{1,\} kB/s^^g"' \
0N/A '-e "s^[0-9]\{1,\}\.[0-9]\{1,\} MB/s^^g"' \
0N/A '-e "s^[0-9]\{1,\}\.[0-9]\{1,\} MB/s^^g"' \
0N/A '-e "s/([0-9]\{1,\} B)//g"' \
0N/A '-e "s/([0-9]\{1,\} B)//g"' \
0N/A '-e "s/ \{1,\}copied/ copied/g"' \