summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorkupfer <none@none>2007-04-12 13:58:41 -0700
committerkupfer <none@none>2007-04-12 13:58:41 -0700
commit08516594b0e540dc0f415fa7ae31f54d943a0913 (patch)
treeba24d1300eebf6788453ef9022609d9154155afe /usr
parent0809aac88e0e6a372ce6d8fbadfc76a211fc54cc (diff)
downloadillumos-gate-08516594b0e540dc0f415fa7ae31f54d943a0913.tar.gz
6540124 RFE: OS/Net build could be slightly more portable
Contributed by Roland Mainz <roland.mainz@nrubsig.org>.
Diffstat (limited to 'usr')
-rw-r--r--usr/src/cmd/perl/5.6.1/extract_config.sh4
-rw-r--r--usr/src/cmd/perl/5.6.1/extract_makeext.sh6
-rw-r--r--usr/src/cmd/perl/5.8.4/extract_config.sh4
-rw-r--r--usr/src/cmd/perl/5.8.4/extract_makeext.sh4
4 files changed, 9 insertions, 9 deletions
diff --git a/usr/src/cmd/perl/5.6.1/extract_config.sh b/usr/src/cmd/perl/5.6.1/extract_config.sh
index 80a3dfc2ac..1bafece580 100644
--- a/usr/src/cmd/perl/5.6.1/extract_config.sh
+++ b/usr/src/cmd/perl/5.6.1/extract_config.sh
@@ -1,7 +1,7 @@
#!/bin/ksh -p
#
-# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
@@ -76,7 +76,7 @@ printf 'PERL_VENDOR_DIR = $(ROOT)%s\n' $vendorarchexp
printf 'PERL_POD_DIR = $(ROOT)%s/pod\n' $privlibexp
# Compilation environment flags
-printf 'KEEP_STATE_OFF = unset KEEP_STATE SUNPRO_DEPENDENCIES\n'
+printf 'KEEP_STATE_OFF = unset KEEP_STATE SUNPRO_DEPENDENCIES || true\n'
printf 'PERL_COREFLAGS = -DPERL_CORE\n'
printf 'PERL_LFFLAGS = %s\n' "$ccflags_uselargefiles"
printf 'PERL_LDLIBS = %s\n' "$perllibs"
diff --git a/usr/src/cmd/perl/5.6.1/extract_makeext.sh b/usr/src/cmd/perl/5.6.1/extract_makeext.sh
index b379333022..032ca50e1e 100644
--- a/usr/src/cmd/perl/5.6.1/extract_makeext.sh
+++ b/usr/src/cmd/perl/5.6.1/extract_makeext.sh
@@ -1,8 +1,8 @@
#!/bin/ksh -p
#
-# Copyright (c) 2001 by Sun Microsystems, Inc.
-# All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
#
@@ -123,7 +123,7 @@ done
for ext in $nonxs_ext
do
printf '%s: %s/Makefile FRC\n' $ext $ext
- printf '\t@ cd $@; pwd '
+ printf '\t@ cd $@; pwd; '
printf '$(PERL_MM_ENV); $(MAKE) all\n\n'
done
diff --git a/usr/src/cmd/perl/5.8.4/extract_config.sh b/usr/src/cmd/perl/5.8.4/extract_config.sh
index 133b5d0a6e..e00e059b88 100644
--- a/usr/src/cmd/perl/5.8.4/extract_config.sh
+++ b/usr/src/cmd/perl/5.8.4/extract_config.sh
@@ -1,7 +1,7 @@
#!/bin/ksh -p
#
-# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
@@ -76,7 +76,7 @@ printf 'PERL_VENDOR_DIR = $(ROOT)%s\n' $vendorarchexp
printf 'PERL_POD_DIR = $(ROOT)%s/pod\n' $privlibexp
# Compilation environment flags.
-printf 'KEEP_STATE_OFF = unset KEEP_STATE SUNPRO_DEPENDENCIES\n'
+printf 'KEEP_STATE_OFF = unset KEEP_STATE SUNPRO_DEPENDENCIES || true\n'
printf 'PERL_COREFLAGS = -DPERL_CORE\n'
printf 'PERL_LFFLAGS = %s\n' "$ccflags_uselargefiles"
printf 'PERL_LDLIBS = %s\n' "$perllibs"
diff --git a/usr/src/cmd/perl/5.8.4/extract_makeext.sh b/usr/src/cmd/perl/5.8.4/extract_makeext.sh
index d4ed6de683..c8443d329b 100644
--- a/usr/src/cmd/perl/5.8.4/extract_makeext.sh
+++ b/usr/src/cmd/perl/5.8.4/extract_makeext.sh
@@ -1,6 +1,6 @@
#!/bin/ksh -p
#
-# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
@@ -122,7 +122,7 @@ done
for ext in $nonxs_ext
do
printf '%s: %s/Makefile FRC\n' $ext $ext
- printf '\t@ cd $@; pwd '
+ printf '\t@ cd $@; pwd; '
printf '$(PERL_MM_ENV); $(MAKE) all\n\n'
done