diff options
| author | David Aspinall | 2007-12-14 01:25:54 +0000 |
|---|---|---|
| committer | David Aspinall | 2007-12-14 01:25:54 +0000 |
| commit | a24dcc45bb0f1e8023087b469d7f0a516d038008 (patch) | |
| tree | 7f86414a7891ee1d33d1a441e49151c269680418 | |
| parent | e1b274c7cd78db895ee1f2da4e6cfa4daa5d7316 (diff) | |
Clarify error messages during compile
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |
