suggest 'make test' after make
Gurusamy Sarathy [Wed, 8 Jul 1998 04:19:49 +0000 (04:19 +0000)]
p4raw-id: //depot/perl@1369

Makefile.SH

index 8696789..a664d46 100644 (file)
@@ -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;