aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-09 17:56:26 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-09 17:56:26 +0000
commitb68807249352ed8aa87184c08b60cbc4f58e3a37 (patch)
tree9640f51d426c67b74124dd4ba80bf803f02dcb6e /Makefile
parentc359ab8ef5361f672d162d188248059e74984017 (diff)
Comments.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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..."