[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] feature/core-elpa-by-copy bf7519e 12/13: And dependencies
From: |
Phillip Lord |
Subject: |
[Emacs-diffs] feature/core-elpa-by-copy bf7519e 12/13: And dependencies all working |
Date: |
Sat, 26 Jan 2019 05:29:38 -0500 (EST) |
branch: feature/core-elpa-by-copy
commit bf7519e84dcefa5383f2cd90b8024108fa6cba94
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>
And dependencies all working
---
elpa/Makefile.in | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/elpa/Makefile.in b/elpa/Makefile.in
index db1eead..1ec852c 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)
- [Emacs-diffs] branch feature/core-elpa-by-copy created (now 05e20b8), Phillip Lord, 2019/01/26
- [Emacs-diffs] feature/core-elpa-by-copy 084a0c4 01/13: Initial notes (to be removed!), Phillip Lord, 2019/01/26
- [Emacs-diffs] feature/core-elpa-by-copy e2cf6b1 05/13: Top level make file plumbing, Phillip Lord, 2019/01/26
- [Emacs-diffs] feature/core-elpa-by-copy 4f0ca28 03/13: Build process started, Phillip Lord, 2019/01/26
- [Emacs-diffs] feature/core-elpa-by-copy bf7519e 12/13: And dependencies all working,
Phillip Lord <=
- [Emacs-diffs] feature/core-elpa-by-copy 05e20b8 13/13: Fix dependency between packages and ELPA checkout, Phillip Lord, 2019/01/26
- [Emacs-diffs] feature/core-elpa-by-copy e26f1ab 06/13: Fix concurrent build, add some more, Phillip Lord, 2019/01/26
- [Emacs-diffs] feature/core-elpa-by-copy fd618c5 08/13: Working --enable-elpa with conditional build, Phillip Lord, 2019/01/26
- [Emacs-diffs] feature/core-elpa-by-copy b3dad07 07/13: Semi working attempt to get configure to work, Phillip Lord, 2019/01/26
- [Emacs-diffs] feature/core-elpa-by-copy 69f8ceb 10/13: Working Configurable checkout for elpa, Phillip Lord, 2019/01/26
- [Emacs-diffs] feature/core-elpa-by-copy e557b18 11/13: Depedency mostly working, Phillip Lord, 2019/01/26
- [Emacs-diffs] feature/core-elpa-by-copy 2cfe571 02/13: Extraction of code working, Phillip Lord, 2019/01/26
- [Emacs-diffs] feature/core-elpa-by-copy a5f5801 04/13: Probably working but untested version, Phillip Lord, 2019/01/26
- [Emacs-diffs] feature/core-elpa-by-copy 9594e37 09/13: Configurable location for git checkout, Phillip Lord, 2019/01/26