From: Gurusamy Sarathy Date: Wed, 8 Jul 1998 04:19:49 +0000 (+0000) Subject: suggest 'make test' after make X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=248e23d9b695ef46108b0307a3e93bc148355a94;p=p5sagit%2Fp5-mst-13.2.git suggest 'make test' after make p4raw-id: //depot/perl@1369 --- diff --git a/Makefile.SH b/Makefile.SH index 8696789..a664d46 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;