diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-08 04:19:49 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-08 04:19:49 +0000 |
commit | 248e23d9b695ef46108b0307a3e93bc148355a94 (patch) | |
tree | b160f662af0431557dda3f90cf40f019eaa358d3 /Makefile.SH | |
parent | 2d259d9294e79c03b1a69d3eaac3d6e5647468d7 (diff) | |
download | perl-248e23d9b695ef46108b0307a3e93bc148355a94.tar.gz |
suggest 'make test' after make
p4raw-id: //depot/perl@1369
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 3 |
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; |