Makefile revision 5477
5477N/A# The contents of this file are subject to the terms of the 5477N/A# Common Development and Distribution License (the "License"). 5477N/A# You may not use this file except in compliance with the License. 5477N/A# See the License for the specific language governing permissions 5477N/A# and limitations under the License. 5477N/A# When distributing Covered Code, include this CDDL HEADER in each 5477N/A# If applicable, add the following below this CDDL HEADER, with the 5477N/A# fields enclosed by brackets "[]" replaced with your own identifying 5477N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5477N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. 5477N/A '-e "/^Running Mkbootstrap/d" ' '-e "s/mY cOmMeNt/this is executed on older perl releases only/" ' \
5477N/A '-e "s/[0-9][0-9]* wallclock secs (.*CPU)$$/<TIMINGS REMOVED>/" ' \
5477N/A '-e "s/^PERL_DL_NONLAZY=1 \$$(PERL).*/<PERL TEST INVOCATION REMOVED>/" ' \
5477N/A '-e "s/^\(\# sqlite_version=\)[0-9][0-9.]*/\1<USED SQLITE VERSION REMOVED>/" ' \
5477N/A '-e "s/^\(\# \$$DBI::VERSION=\)[0-9][0-9.]*/\1<REPORTED DBI VERSION REMOVED>/" ' 5477N/A# This makes the configuration process a bit more chatty 5477N/A# I have to list the targets directly instead of using $(BUILD_32_AND_64) in 5477N/A# order to avoid building DBD::SQLite for perl 5.12-mt which does not have DBI