mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit 88f1373b5c7dcba435ec38d3d3e084c198e1a64f
Author: Matthew L. Fidler <[email protected]>
Date:   Sun Jul 6 00:14:31 2014 -0500

    Byte compile twice to pick up any other byte-compile issues
---
 Makefile |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index c377ced..cf7b8d6 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,12 @@ build :
              (setq byte-compile-error-on-warn t)  \
              (batch-byte-compile))" *.el
 
+build2 : 
+       $(EMACS) $(EMACS_BATCH) -L . -l ergoemacs-mode --eval             \
+           "(progn                                \
+             (setq byte-compile-error-on-warn t)  \
+             (batch-byte-compile))" *.el
+
 autoloads :
        @cd $(WORK_DIR)
        $(EMACS) $(EMACS_BATCH) --eval                       \
@@ -40,7 +46,7 @@ test-autoloads : autoloads
 test-travis :
        @if test -z "$$TRAVIS" && test -e $(TRAVIS_FILE); then travis-lint 
$(TRAVIS_FILE); fi
 
-test : build test-dep-1 test-autoloads ert
+test : build build2 test-dep-1 test-autoloads ert
 
 ert :
        $(EMACS) $(EMACS_BATCH) -L . -L .. -l cl -l ergoemacs-mode -l 
ergoemacs-test --eval \

Reply via email to