From a24dcc45bb0f1e8023087b469d7f0a516d038008 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 14 Dec 2007 01:25:54 +0000 Subject: Clarify error messages during compile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 078b158d..bbd46c5a 100644 --- a/Makefile +++ b/Makefile @@ -82,9 +82,9 @@ compile: .byte-compile .byte-compile: $(EL) x-symbol/lisp/*.el - @echo "*************************************************" - @echo " Byte compiling... (ignoring errors: watch for !!)" - @echo "*************************************************" + @echo "****************************************************************" + @echo " Byte compiling... (ignoring errors: watch for \"Error\" or \"!!\")" + @echo "****************************************************************" rm -f $(ELC) -$(BYTECOMP) $(EL) rm -f $(BROKENELC) -- cgit v1.2.3