summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-05-27 18:22:09 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-27 18:22:09 +0000
commit97191949dae388c799fa6501599f85740d5b8cc6 (patch)
treec6005a458df65e561fb2044c7e2eba3ee75d3d11 /Makefile.SH
parent33bec15e86dd75c4620d8c969b8acd8b2af19da3 (diff)
downloadperl-97191949dae388c799fa6501599f85740d5b8cc6.tar.gz
Add make target for microperl (kind of silly, but convenient).
p4raw-id: //depot/perl@10234
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH7
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