1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(bootstrap): Remove the $(EMACS) binary after updating all the

prerequisites.
This commit is contained in:
Eli Zaretskii 2005-07-02 09:17:47 +00:00
parent b016179b58
commit 014b37b6c9
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-07-02 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
updating all the prerequisites.
2005-07-01 Juanma Barranquero <lekktu@gmail.com> 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
* textmodes/org.el (org-agenda-start-on-weekday) * textmodes/org.el (org-agenda-start-on-weekday)

View File

@ -312,8 +312,11 @@ bootstrap-clean-SH:
-for dir in . $(WINS); do rm -f $$dir/*.elc; done -for dir in . $(WINS); do rm -f $$dir/*.elc; done
# Generate/update files for the bootstrap process. # Generate/update files for the bootstrap process.
# When done, remove bootstrap-emacs from ../bin, so that
# it will not be mistaken for an installed binary.
bootstrap: update-subdirs autoloads compile finder-data custom-deps bootstrap: update-subdirs autoloads compile finder-data custom-deps
- $(DEL) $(EMACS)
# #
# Assuming INSTALL_DIR is defined, copy the elisp files to it # Assuming INSTALL_DIR is defined, copy the elisp files to it