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:
parent
b016179b58
commit
014b37b6c9
@ -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>
|
||||
|
||||
* textmodes/org.el (org-agenda-start-on-weekday)
|
||||
|
@ -312,8 +312,11 @@ bootstrap-clean-SH:
|
||||
-for dir in . $(WINS); do rm -f $$dir/*.elc; done
|
||||
|
||||
# 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
|
||||
- $(DEL) $(EMACS)
|
||||
|
||||
#
|
||||
# Assuming INSTALL_DIR is defined, copy the elisp files to it
|
||||
|
Loading…
Reference in New Issue
Block a user