summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-08 04:19:49 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-08 04:19:49 +0000
commit248e23d9b695ef46108b0307a3e93bc148355a94 (patch)
treeb160f662af0431557dda3f90cf40f019eaa358d3 /Makefile.SH
parent2d259d9294e79c03b1a69d3eaac3d6e5647468d7 (diff)
downloadperl-248e23d9b695ef46108b0307a3e93bc148355a94.tar.gz
suggest 'make test' after make
p4raw-id: //depot/perl@1369
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 8696789323..a664d46dc6 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -238,7 +238,8 @@ lintflags = -hbvxac
$(CCCMD) $(PLDLFLAGS) $*.c
all: $(FIRSTMAKEFILE) miniperl $(private) $(plextract) $(public) $(dynamic_ext) $(nonxs_ext)
- @echo " "; echo " Everything is up to date."
+ @echo " ";
+ @echo " Everything is up to date. 'make test' to run test suite."
compile: all
echo "testing compilation" > testcompile;