diff options
| author | David Aspinall | 2007-12-14 16:28:26 +0000 |
|---|---|---|
| committer | David Aspinall | 2007-12-14 16:28:26 +0000 |
| commit | b5fce5eba655e0560d71116221e52979dee76fb8 (patch) | |
| tree | 0933df7718ea83d76c935d8e70026cccdbe170f3 | |
| parent | 97d553c4bbe2a51dbf62ffd57019dfac3c5135ad (diff) | |
Let broken compilation proceed for now
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) > $(@) |
