diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-17 18:38:47 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-17 18:38:47 +0000 |
commit | 15615bfd1dc104a03e5211f9edfee6f2e239f2c3 (patch) | |
tree | 8fd4e0f2281ec72c8d59772253557e86b3a23f36 /Makefile.SH | |
parent | 00492c5b435e7832bec56f5a0ad7305a86e68c28 (diff) | |
download | perl-15615bfd1dc104a03e5211f9edfee6f2e239f2c3.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.SH | 3 |
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 |