From b68807249352ed8aa87184c08b60cbc4f58e3a37 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sun, 9 Dec 2007 17:56:26 +0000 Subject: Comments. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 013fa011..c9b00084 100644 --- a/Makefile +++ b/Makefile @@ -83,10 +83,9 @@ compile: .byte-compile .byte-compile: $(EL) x-symbol/lisp/*.el @echo "*************************************************" - @echo " Byte compiling..." + @echo " Byte compiling... (ignoring errors: watch for !!!)" @echo "*************************************************" rm -f $(ELC) -## ignore errors for now: some files still have probs [x-symbol induced] -$(BYTECOMP) $(EL) rm -f $(BROKENELC) @echo " Byte compiling X-Symbol..." -- cgit v1.2.3