aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2010-05-17 17:02:06 -0400
committerStefan Monnier2010-05-17 17:02:06 -0400
commit5b5262f4da935f37376c548e31e234bf2073ebef (patch)
treeff8e99c9c247199d459abdbf3f4314db6927b78c /src
parent5ad4bef5758fd694d209a8fb63f42bcfdb22785c (diff)
downloademacs-5b5262f4da935f37376c548e31e234bf2073ebef.tar.gz
emacs-5b5262f4da935f37376c548e31e234bf2073ebef.zip
* Makefile.in (${lispsource}loaddefs.el): Update loaddefs.el after a pull.
* Makefile.in (src): Provide the name of the VCS file that witnesses a pull. ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index c99c7ae65d2..571fbf5b1b1 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1098,7 +1098,9 @@ tags: TAGS TAGS-LISP $(lwlibdir)TAGS
1098/* Since the .el.elc rule cannot specify an extra dependency, we do it here. */ 1098/* Since the .el.elc rule cannot specify an extra dependency, we do it here. */
1099${lisp} ${SOME_MACHINE_LISP}: $(BOOTSTRAPEMACS) 1099${lisp} ${SOME_MACHINE_LISP}: $(BOOTSTRAPEMACS)
1100 1100
1101${lispsource}loaddefs.el: $(BOOTSTRAPEMACS) 1101/* VCSWITNESS points to the file that holds info about the current checkout.
1102 We use it as a heuristic to decide when to rebuild loaddefs.el. */
1103${lispsource}loaddefs.el: $(BOOTSTRAPEMACS) $(VCSWITNESS)
1102 cd ../lisp; $(MAKE) $(MFLAGS) autoloads EMACS=${bootstrap_exe} 1104 cd ../lisp; $(MAKE) $(MFLAGS) autoloads EMACS=${bootstrap_exe}
1103 1105
1104/* Dump an Emacs executable named bootstrap-emacs containing the 1106/* Dump an Emacs executable named bootstrap-emacs containing the