diff options
| author | Eric S. Raymond | 2014-01-12 09:54:50 -0500 |
|---|---|---|
| committer | Eric S. Raymond | 2014-01-12 09:54:50 -0500 |
| commit | 841a6d0cb8b667c8681a4df93b3ce2e752234280 (patch) | |
| tree | ddfbb848de00023c12f21842dda84dc5ee764f3a /src | |
| parent | e6344e177a536368b1a4506acb53b24f5f166aef (diff) | |
| download | emacs-841a6d0cb8b667c8681a4df93b3ce2e752234280.tar.gz emacs-841a6d0cb8b667c8681a4df93b3ce2e752234280.zip | |
Remove broken VCSWITNESS code, and explain the problem.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 388923596c9..b8ec4fdf352 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -629,12 +629,10 @@ tags: TAGS ../lisp/TAGS $(lwlibdir)/TAGS | |||
| 629 | ## Since the .el.elc rule cannot specify an extra dependency, we do it here. | 629 | ## Since the .el.elc rule cannot specify an extra dependency, we do it here. |
| 630 | $(lisp): $(BOOTSTRAPEMACS) | 630 | $(lisp): $(BOOTSTRAPEMACS) |
| 631 | 631 | ||
| 632 | ## VCSWITNESS points to the file that holds info about the current checkout. | 632 | ## This ought to depend on every Lisp file that contains an autoload cookie. |
| 633 | ## We use it as a heuristic to decide when to rebuild loaddefs.el. | 633 | ## A task for the future... |
| 634 | ## If empty it is ignored; the parent makefile can set it to some other value. | ||
| 635 | VCSWITNESS = | ||
| 636 | 634 | ||
| 637 | $(lispsource)/loaddefs.el: $(BOOTSTRAPEMACS) $(VCSWITNESS) | 635 | $(lispsource)/loaddefs.el: $(BOOTSTRAPEMACS) |
| 638 | cd ../lisp; $(MAKE) $(MFLAGS) autoloads EMACS="$(bootstrap_exe)" | 636 | cd ../lisp; $(MAKE) $(MFLAGS) autoloads EMACS="$(bootstrap_exe)" |
| 639 | 637 | ||
| 640 | ## Dump an Emacs executable named bootstrap-emacs containing the | 638 | ## Dump an Emacs executable named bootstrap-emacs containing the |