aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-14 16:28:26 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-14 16:28:26 +0000
commitb5fce5eba655e0560d71116221e52979dee76fb8 (patch)
tree0933df7718ea83d76c935d8e70026cccdbe170f3 /Makefile
parent97d553c4bbe2a51dbf62ffd57019dfac3c5135ad (diff)
Let broken compilation proceed for now
Diffstat (limited to 'Makefile')
-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) > $(@)