aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-14 01:25:54 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-14 01:25:54 +0000
commita24dcc45bb0f1e8023087b469d7f0a516d038008 (patch)
tree7f86414a7891ee1d33d1a441e49151c269680418 /Makefile
parente1b274c7cd78db895ee1f2da4e6cfa4daa5d7316 (diff)
Clarify error messages during compile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 078b158d..bbd46c5a 100644
--- a/Makefile
+++ b/Makefile
@@ -82,9 +82,9 @@ compile: .byte-compile
.byte-compile: $(EL) x-symbol/lisp/*.el
- @echo "*************************************************"
- @echo " Byte compiling... (ignoring errors: watch for !!)"
- @echo "*************************************************"
+ @echo "****************************************************************"
+ @echo " Byte compiling... (ignoring errors: watch for \"Error\" or \"!!\")"
+ @echo "****************************************************************"
rm -f $(ELC)
-$(BYTECOMP) $(EL)
rm -f $(BROKENELC)