Makefile revision 7277
128N/A# The contents of this file are subject to the terms of the 128N/A# Common Development and Distribution License (the "License"). 128N/A# You may not use this file except in compliance with the License. 128N/A# See the License for the specific language governing permissions 128N/A# and limitations under the License. 128N/A# When distributing Covered Code, include this CDDL HEADER in each 128N/A# If applicable, add the following below this CDDL HEADER, with the 128N/A# fields enclosed by brackets "[]" replaced with your own identifying 128N/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# Prefer 32-bit as only "binary" delivered is a script with embedded paths. 5680N/A# Fix 64-bit linking done via compiler. 4068N/A '-e "/Nothing to be done/d"' \
3955N/A '-e "s/[0-9]\{1,\}\.[0-9]\{1,\} s, //g"' \
3955N/A '-e "s^[0-9]\{1,\} kB/s^^g"' \
3955N/A '-e "s^[0-9]\{1,\} kB/s^^g"' \
3955N/A '-e "s^[0-9]\{1,\}\.[0-9]\{1,\} MB/s^^g"' \
3955N/A '-e "s^[0-9]\{1,\}\.[0-9]\{1,\} MB/s^^g"' \
3955N/A '-e "s/([0-9]\{1,\} B)//g"' \
3955N/A '-e "s/([0-9]\{1,\} B)//g"' \
3955N/A '-e "s/ \{1,\}copied/ copied/g"' \