From: Jarkko Hietaniemi Date: Sat, 17 Mar 2001 18:55:49 +0000 (+0000) Subject: Add prerequisites for the perl.third target. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=170ba846c2d283ae8d0859b912bd0da9fa32df89;p=p5sagit%2Fp5-mst-13.2.git Add prerequisites for the perl.third target. p4raw-id: //depot/perl@9189 --- diff --git a/Makefile.SH b/Makefile.SH index a5c4690..5e74b27 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -505,7 +505,12 @@ purecovperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.li quantperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(PERLEXPORT) $(SHRPENV) $(LDLIBPTH) quantify $(CC) -o quantperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs) -perl.third: perl +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 + +perl.third: 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