summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-18 18:48:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-18 18:48:36 +0000
commit412c6516854b37f6941841b84d020669611bebda (patch)
tree4380be4f10a256db2c3d49c320cdb19019f34822 /Makefile.SH
parent5226ed68d621722eb9fc1e4a926ee31169462427 (diff)
downloadperl-412c6516854b37f6941841b84d020669611bebda.tar.gz
More robust and more paranoid perl.third target.
p4raw-id: //depot/perl@9202
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 5e74b27e42..a2cb1a201e 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