[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] feature/core-elpa-by-copy e2cf6b1 05/13: Top level make fi
From: |
Phillip Lord |
Subject: |
[Emacs-diffs] feature/core-elpa-by-copy e2cf6b1 05/13: Top level make file plumbing |
Date: |
Sat, 26 Jan 2019 05:29:36 -0500 (EST) |
branch: feature/core-elpa-by-copy
commit e2cf6b17b8bb25a6f4160a677b1548e8d8c2223f
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>
Top level make file plumbing
---
Makefile.in | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Makefile.in b/Makefile.in
index 5214876..73ffe2e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -405,6 +405,9 @@ src: lib-src
# We need to build 'emacs' in 'src' to compile the *.elc files in 'lisp'.
lisp: src
+# We need to fetch 'elpa' before we build lisp
+lisp: elpa
+
# These targets should be "${SUBDIR} without 'src'".
lib lib-src lisp nt: Makefile
$(MAKE) -C $@ all
@@ -422,6 +425,9 @@ VCSWITNESS = $(if $(wildcard
$(srcdir)/$(dirstate)),$$(srcdir)/../$(dirstate))
src: Makefile
$(MAKE) -C $@ VCSWITNESS='$(VCSWITNESS)' all
+elpa:
+ $(MAKE) -C $@ VCSWITNESS='$(VCSWITNESS)' all
+
blessmail: Makefile src
$(MAKE) -C lib-src maybe-blessmail
- [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 <=
- [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, 2019/01/26
- [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