From: Jarkko Hietaniemi Date: Sun, 18 Mar 2001 18:48:36 +0000 (+0000) Subject: More robust and more paranoid perl.third target. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=412c6516854b37f6941841b84d020669611bebda;p=p5sagit%2Fp5-mst-13.2.git More robust and more paranoid perl.third target. p4raw-id: //depot/perl@9202 --- diff --git a/Makefile.SH b/Makefile.SH index 5e74b27..a2cb1a2 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -508,9 +508,9 @@ quantperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs perl.third.config: config.sh @echo "To build perl.third you must Configure -Doptimize=-g -Uusemymalloc, checking..." @grep "^optimize='-g'" config.sh || exit 1 - @grep "^config_args='.*-Uusemymalloc.*'" config.sh || exit 1 + @grep "^usemymalloc='n'" config.sh || exit 1 -perl.third: perl.third.config perl +perl.third: /usr/bin/atom perl.third.config perl atom -tool third -L. -all -gp -toolargs="-quiet -invalid -uninit heap+stack+partword+copy -min 0" perl # This version, if specified in Configure, does ONLY those scripts which need