emacs-diffs
[Top][All Lists]
Advanced

[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
 



reply via email to

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