From: Perl 5 Porters Date: Tue, 10 Sep 1996 01:12:44 +0000 (+0000) Subject: perl 5.003_05: Makefile.SH X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f0efd8cf98c95b42a6a81fcafbccdf6224b90044;p=p5sagit%2Fp5-mst-13.2.git perl 5.003_05: Makefile.SH A new heredoc tag in Makefile.SH needs to be quoted. shrpenv stuff moved to Configure. --- diff --git a/Makefile.SH b/Makefile.SH index 1dad340..81d6df4 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 <>Makefile <<'!NO!SUBS!' $(LIBPERL): $& perl$(OBJ_EXT) $(obj) !NO!SUBS! case "$useshrplib" in