X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.SH;h=9ba53130c00166e84b490d2b5ec818e0135bcfed;hb=3f939f220e50adb6f28f2dd14f06461c7cebfe14;hp=340303b81aec14544d1e9310607abaf547d3bace;hpb=83f0ef606d0dfc3c0df7c715e0461b6469dee131;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Makefile.SH b/Makefile.SH index 340303b..9ba5313 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