From: Eli Zaretskii Date: Sat, 2 Jul 2005 09:17:47 +0000 (+0000) Subject: (bootstrap): Remove the $(EMACS) binary after updating all the X-Git-Tag: emacs-pretest-22.0.90~8524 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=014b37b6c9b74f0bbd0686cae48f234c22f2f778;p=emacs.git (bootstrap): Remove the $(EMACS) binary after updating all the prerequisites. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 90660254c8b..eb672f38447 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-07-02 Eli Zaretskii + + * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after + updating all the prerequisites. + 2005-07-01 Juanma Barranquero * textmodes/org.el (org-agenda-start-on-weekday) diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index b4569c26140..ce451560bc4 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -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