diff options
author | Glenn Morris <rgm@gnu.org> | 2012-07-06 00:23:25 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-07-06 00:23:25 -0700 |
commit | 938d1f57c32d5d5331a6dd08c97b09b1821cdea1 (patch) | |
tree | 56c92dc07904375cfa7fc27e2d6b4a00f28d3533 /lisp/Makefile.in | |
parent | 50394322c54ab8b51b752c0abe11d75dff5dd18e (diff) | |
download | emacs-938d1f57c32d5d5331a6dd08c97b09b1821cdea1.tar.gz |
Move a comment from lisp/Makefile.in to lisp/loadup.el.
The comment in Makefile.in has been orphaned ever since
the bootstrap-prepare rule was removed in 2008.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index babb5f3369f..9640fc27414 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -414,19 +414,6 @@ $(CAL_DIR)/hol-loaddefs.el: $(CAL_SRC) --eval "(setq make-backup-files nil)" \ -f batch-update-autoloads $(CAL_DIR) -# Prepare a bootstrap in the lisp subdirectory. -# -# Build loaddefs.el to make sure it's up-to-date. If it's not, that -# might lead to errors during the bootstrap because something fails to -# autoload as expected. If there is no emacs binary, then we can't -# build autoloads yet. In that case we have to use ldefs-boot.el. -# Bootstrap should always work with ldefs-boot.el. Therefore, -# whenever a new autoload cookie gets added that is necessary during -# bootstrapping, ldefs-boot.el should be updated by overwriting it with -# an up-to-date copy of loaddefs.el that is uncorrupted by -# local changes. (Because loaddefs.el is an automatically generated -# file, we don't want to store it in the source repository). - bootstrap-clean: cd $(lisp); rm -f *.elc */*.elc */*/*.elc */*/*/*.elc $(AUTOGENEL) |