summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorPaul Green <Paul.Green@stratus.com>2002-01-08 12:31:35 -0500
committerAbhijit Menon-Sen <ams@wiw.org>2002-01-08 21:32:59 +0000
commitfcfe1ab7cff22e46ae061bad3c3d9f20fad6de87 (patch)
tree03c38170b2eac995f9f66347a8e8537d8c7d1557 /Makefile.SH
parentff97752dcb7427cb31ebc8b9f336905152337d61 (diff)
downloadperl-fcfe1ab7cff22e46ae061bad3c3d9f20fad6de87.tar.gz
Minor fix to perl/Makefile.SH
Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com> p4raw-id: //depot/perl@14141
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.SH b/Makefile.SH
index d617fc1197..ced2b732c0 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -324,7 +324,7 @@ lintflags = -hbvxac
all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) extra.pods $(private) $(public) $(dynamic_ext) $(nonxs_ext) extras.make
@echo " ";
- @echo " Everything is up to date. 'make test' to run test suite."
+ @echo " Everything is up to date. Type '$(MAKE) test' to run test suite."
compile: all
echo "testing compilation" > testcompile;
@@ -822,7 +822,7 @@ regen_headers: FORCE
-perl autodoc.pl
regen_pods: FORCE
- -cd pod; $(LDLIBPTH) make regen_pods
+ -cd pod; $(LDLIBPTH) $(MAKE) regen_pods
regen_all: $(PERLYVMS) regen_headers regen_pods
@@ -855,7 +855,7 @@ n_dummy $(nonxs_ext): miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE
clean: _tidy _mopup
realclean: _realcleaner _mopup
- @echo "Note that make realclean does not delete config.sh or Policy.sh"
+ @echo "Note that '$(MAKE) realclean' does not delete config.sh or Policy.sh"
_clobber:
-@rm -f Cross/run-* Cross/to-* Cross/from-*