]> git.eshelyaron.com Git - emacs.git/commitdiff
Top level make file plumbing
authorPhillip Lord <phillip.lord@russet.org.uk>
Sun, 20 Jan 2019 23:38:41 +0000 (23:38 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Sun, 20 Jan 2019 23:38:41 +0000 (23:38 +0000)
Makefile.in

index 5214876c71b0dad636a487e7ec7473baabc562ad..73ffe2eb2d9c39061910613a4db4ac985a4fedf1 100644 (file)
@@ -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