aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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) > $(@)