summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-09-10 01:12:44 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-09-10 01:12:44 +0000
commitf0efd8cf98c95b42a6a81fcafbccdf6224b90044 (patch)
treefd5ef3607a8a4f5eb7ce38ca2c072da78018c1e5 /Makefile.SH
parentd90ad6cd3812221c2dca9360043881b96dbf8852 (diff)
downloadperl-f0efd8cf98c95b42a6a81fcafbccdf6224b90044.tar.gz
perl 5.003_05: Makefile.SH
A new heredoc tag in Makefile.SH needs to be quoted. shrpenv stuff moved to Configure.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH14
1 files changed, 3 insertions, 11 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 1dad34044c..81d6df4edf 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -22,27 +22,19 @@ case "$d_dosuid" in
*) suidperl='';;
esac
-shrpdir=$archlibexp/CORE
-
case "$useshrplib" in
true)
pldlflags="$cccdlflags"
- case "$osname" in
- os2) shrpenv='' ;;
- *) shrpenv="env LD_RUN_PATH=$shrpdir";;
- esac
+ # NeXT-4 specific stuff. Can't we do this in the hint file?
case "${osname}${osvers}" in
next4*)
- # Can't we do this in the hint file?
ld='libtool -dynamic -undefined warning -framework System \
-compatibility_version 1 -current_version $(PATCHLEVEL) \
-prebind -seg1addr 0x27000000 -install_name $(SHRPDIR)/$@'
;;
esac
;;
-*)
- pldlflags=''
- shrpenv=''
+*) pldlflags=''
;;
esac
@@ -264,7 +256,7 @@ if test -r $osname/Makefile.SHs ; then
Makefile: $osname/Makefile.SHs
!GROK!THIS!
else
- $spitshell >>Makefile <<!NO!SUBS!
+ $spitshell >>Makefile <<'!NO!SUBS!'
$(LIBPERL): $& perl$(OBJ_EXT) $(obj)
!NO!SUBS!
case "$useshrplib" in