mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 502258502e9000c708f2253209133cc966aefa67 Author: Matthew L. Fidler <[email protected]> Date: Wed Jun 18 10:42:45 2014 -0500 Fix Makefile to have test-dir --- Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 599b859..9c9039e 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ WORK_DIR=$(subst $(BACKSLASH),$(SLASH),$(TMP1)) PACKAGE_NAME=$(shell basename $(TMP1)) AUTOLOADS_FILE=$(PACKAGE_NAME)-autoloads.el TRAVIS_FILE=.travis.yml -TEST_DIR= +TEST_DIR=$(WORK_DIR)/deps TEST_DEP_1=ert TEST_DEP_1_STABLE_URL=http://git.savannah.gnu.org/cgit/emacs.git/plain/lisp/emacs-lisp/ert.el?h=emacs-24.3 TEST_DEP_1_LATEST_URL=http://git.savannah.gnu.org/cgit/emacs.git/plain/lisp/emacs-lisp/ert.el?h=master @@ -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) \
