From: Phillip Lord Date: Sun, 20 Jan 2019 23:38:41 +0000 (+0000) Subject: Top level make file plumbing X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2cf6b17b8bb25a6f4160a677b1548e8d8c2223f;p=emacs.git Top level make file plumbing --- diff --git a/Makefile.in b/Makefile.in index 5214876c71b..73ffe2eb2d9 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