emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 139/287: Make TEST_DIR first


From: Matthew Fidler
Subject: [elpa] 139/287: Make TEST_DIR first
Date: Wed, 02 Jul 2014 14:45:23 +0000

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

commit f17940bdee6d37eed513f9f985c291eab718016d
Author: Matthew L. Fidler <address@hidden>
Date:   Wed Jun 18 11:14:13 2014 -0500

    Make TEST_DIR first
---
 Makefile |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index d771872..a74cab6 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ 
TEST_DEP_1_LATEST_URL=http://git.savannah.gnu.org/cgit/emacs.git/plain/lisp/emac
          test-dep-4 test-dep-5 test-dep-6 test-dep-7 test-dep-8 test-dep-9
 
 build :
+       @mkdir $(TEST_DIR)
        $(EMACS) $(EMACS_BATCH) --eval             \
            "(progn                                \
              (setq byte-compile-error-on-warn t)  \
@@ -35,11 +36,9 @@ test-dep-1 :
        (echo "Can't load test dependency $(TEST_DEP_1).el, run 'make 
downloads' to fetch it" ; exit 1)
 
 downloads :
-       @mkdir $(TEST_DIR)
        $(CURL) '$(TEST_DEP_1_STABLE_URL)' > $(TEST_DIR)/$(TEST_DEP_1).el
 
 downloads-latest :
-       @mkdir $(TEST_DIR)
        $(CURL) '$(TEST_DEP_1_LATEST_URL)' > $(TEST_DIR)/$(TEST_DEP_1).el
 
 autoloads :



reply via email to

[Prev in Thread] Current Thread [Next in Thread]