diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-05-29 18:41:19 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-05-29 18:41:19 +0000 |
commit | a0f7c5349d9cbdebc03bb61d0662902819c72b0d (patch) | |
tree | 6bea7aec0b362bf7f11c510133b32a0b5cb1da45 /Makefile.SH | |
parent | 00aadd7184751f37937d2ec7edb2b9d1c8a55e0e (diff) | |
parent | 55bceba65f83da05702b3603a0967b74e0c73135 (diff) | |
download | perl-a0f7c5349d9cbdebc03bb61d0662902819c72b0d.tar.gz |
Post weekend integrate mainline (fails one test pragma/autouse).
p4raw-id: //depot/perlio@10299
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 340303b81a..9ba53130c0 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -558,6 +558,13 @@ perl.gprof: /usr/bin/gprof perl.gprof.config $(MAKE) PERL_SUFFIX=.gprof PERL_PROFILING=-pg perl @echo "Now you may run perl.gprof and then run gprof perl.gprof." +# Microperl. This is just a convenience thing if one happens to +# build also the full Perl and therefore the real big Makefile: +# usually one should manually explicitly issue the below command. + +microperl: + $(MAKE) -f Makefile.micro + # 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 |