summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2019-01-25 22:57:04 +0000
committerPhillip Lord <phillip.lord@russet.org.uk>2019-01-25 22:57:04 +0000
commitbf7519e84dcefa5383f2cd90b8024108fa6cba94 (patch)
tree47269c78266e51adcc13dc9f978334f237a58462
parente557b186c3a579b98cf8454ee3d38a4b7dd5c11c (diff)
downloademacs-bf7519e84dcefa5383f2cd90b8024108fa6cba94.tar.gz
And dependencies all working
-rw-r--r--elpa/Makefile.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/elpa/Makefile.in b/elpa/Makefile.in
index db1eead8b1e..1ec852c7e1f 100644
--- a/elpa/Makefile.in
+++ b/elpa/Makefile.in
@@ -10,7 +10,7 @@ endif
dirstate = .git/logs/HEAD
VCSWITNESS = $(if $(wildcard $(srcdir)/$(dirstate)),$$(srcdir)/../$(dirstate))
-all: elpa-update all-packages
+all: $(ELPA_PATH)/FETCH_HEAD all-packages
../lisp/elpa:
mkdir ../lisp/elpa
@@ -27,14 +27,12 @@ $(ELPA_PATH):
$(ELPA_PATH)/FETCH_HEAD: $(ELPA_PATH) Makefile
cd $(ELPA_PATH);git fetch --all
-.PHONY: elpa-update
-
PACKAGES=
define package_template
- packages/$(1)-$(2)/$(1)/package-makefile.mk: $(ELPA_PATH)/FETCH_HEAD
+ packages/$(1)-$(2)/$(1):
./bin/extract-package.sh -g $(ELPA_PATH) -p $(1) -s $(2) $(3)
- $(1): packages/$(1)-$(2)/$(1)/package-makefile.mk
+ $(1): packages/$(1)-$(2)/$(1)
$$(MAKE) -C packages/$(1)-$(2)/$(1) -f package-makefile.mk deploy PACKAGE=$(1)
.PHONY: $(1)