From: Jarkko Hietaniemi Date: Sat, 17 Mar 2001 18:38:47 +0000 (+0000) Subject: Add a make rule for perl.third (the Third Degree memory debugging X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=15615bfd1dc104a03e5211f9edfee6f2e239f2c3;p=p5sagit%2Fp5-mst-13.2.git Add a make rule for perl.third (the Third Degree memory debugging tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom) p4raw-id: //depot/perl@9187 --- diff --git a/Makefile.SH b/Makefile.SH index 43a1cc3..a5c4690 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -505,6 +505,9 @@ 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 + 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 # set-id emulation. Suidperl must be setuid root. It contains the "taint" # checks as well as the special code to validate that the script in question