1N/A# The contents of this file are subject to the terms of the 1N/A# Common Development and Distribution License (the "License"). 1N/A# You may not use this file except in compliance with the License. 1N/A# See the License for the specific language governing permissions 1N/A# and limitations under the License. 1N/A# When distributing Covered Code, include this CDDL HEADER in each 1N/A# If applicable, add the following below this CDDL HEADER, with the 1N/A# fields enclosed by brackets "[]" replaced with your own identifying 1N/A# information: Portions Copyright [yyyy] [name of copyright owner] 1N/A# Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 1N/A# PERL_LEGACY is versions of Perl still delivered through ON 1N/A# WOS_PERL is non-ON Perl 1N/A# copy_contrib is used by all the versions of perl to copy the files under 1N/A# contrib into their contrib build directory. We therefore need to make sure 1N/A# it is fetched from SCCS before calling the version-specific makefiles so that 1N/A# they don't race over it. 1N/A# Perl is not lint-clean. Fake up a target. 1N/A# Second "if" corrects a problem in the perl build. 1N/A# Can remove once perl 5.12 becomes the default. 1N/A @
if [ ! -d $@ ];
then \
1N/A sed -e
'/^PERL_MM_ARGS/s/$$/ OPTIMIZE=-xO4/' \
1N/A# $(PODDIR)/pod2text may already exist (from "make install"), but it 1N/A# doesn't hurt to regenerate it. 1N/A $(SED) -n
'/The "Artistic License"/,/The End/p' > $@