summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-17 18:38:47 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-17 18:38:47 +0000
commit4a30c6ed3ef7aba1a517000232bfcb907d05dde2 (patch)
tree8fd4e0f2281ec72c8d59772253557e86b3a23f36 /Makefile.SH
parent575021db21ea7753528a10533615d56fb03e3c94 (diff)
downloadperl-4a30c6ed3ef7aba1a517000232bfcb907d05dde2.tar.gz
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
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 43a1cc37b3..a5c4690f0d 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