]> git.eshelyaron.com Git - emacs.git/commitdiff
(bootstrap): Remove the $(EMACS) binary after updating all the
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Jul 2005 09:17:47 +0000 (09:17 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Jul 2005 09:17:47 +0000 (09:17 +0000)
prerequisites.

lisp/ChangeLog
lisp/makefile.w32-in

index 90660254c8b68a5606cbd893ee1ef5a3200598d4..eb672f384470099ac68cce035fec79e01a936629 100644 (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>
 
        * textmodes/org.el (org-agenda-start-on-weekday)
index b4569c26140ddb4cf2e7b93fe3f8cfc95d12adfe..ce451560bc4017820277e65bb50a760f6769d0e2 100644 (file)
@@ -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