From b5fce5eba655e0560d71116221e52979dee76fb8 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 14 Dec 2007 16:28:26 +0000 Subject: Let broken compilation proceed for now --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3ffac598..ffdcd479 100644 --- a/Makefile +++ b/Makefile @@ -78,11 +78,11 @@ compile: .byte-compile .byte-compile: $(EL) x-symbol/lisp/*.el @echo "****************************************************************" - @echo " Byte compiling..." + @echo " Byte compiling... IGNORING ERRORS FOR NOW; COMPILATION IS CURRENTLY BROKEN" @echo "****************************************************************" rm -f $(ELC) # $(BYTECOMP) $(EL) - make elc + -make elc @echo " Byte compiling X-Symbol..." (cd x-symbol/lisp; rm -f *.elc; $(MAKE) EMACS="$(EMACS) -q -no-site-file") echo $(EMACS) > $(@) -- cgit v1.2.3