From: Wilfredo Sánchez Date: Tue, 12 Jun 2001 12:19:47 +0000 (+0000) Subject: rhapsody/darwin minor cleanup X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=437cf18808fc508c7e03cae0f2d2beec3d718651;p=p5sagit%2Fp5-mst-13.2.git rhapsody/darwin minor cleanup Content-Transfer-Encoding: 7bit Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu> p4raw-id: //depot/perl@10528 --- diff --git a/Makefile.SH b/Makefile.SH index 29f6142..23b0e46 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -48,7 +48,6 @@ true) -compatibility_version 1 \ -current_version \ ${api_version}.${api_subversion} \ - -image_base 0x4be00000 \ -install_name \$(shrpdir)/\$@" ;; cygwin*) diff --git a/hints/darwin.sh b/hints/darwin.sh index 8f3bb06..bf5e487 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -1,6 +1,6 @@ ## # Darwin (Mac OS) hints -# Wilfredo Sanchez +# Wilfredo Sanchez ## ## @@ -72,7 +72,7 @@ usemymalloc='n'; # Locales aren't feeling well. LC_ALL=C; export LC_ALL; -# The HFS+ will throw "make depend" into confusion since +# HFS+ will throw "make depend" into confusion since # Makefile and makefile are the same. firstmakefile=GNUmakefile; diff --git a/hints/rhapsody.sh b/hints/rhapsody.sh index 933081b..e4e6202 100644 --- a/hints/rhapsody.sh +++ b/hints/rhapsody.sh @@ -1,6 +1,6 @@ ## # Rhapsody (Mac OS X Server) hints -# Wilfredo Sanchez +# Wilfredo Sanchez ## ## @@ -52,7 +52,6 @@ cccdlflags=''; lddlflags="${ldflags} -bundle -undefined suppress"; ldlibpthname='DYLD_LIBRARY_PATH'; useshrplib='true'; -base_address='0x4be00000'; ## # System libraries @@ -64,4 +63,7 @@ usevfork='true'; # malloc works usemymalloc='n'; +# HFS+ will throw "make depend" into confusion since +# Makefile and makefile are the same. +firstmakefile=GNUmakefile;