changeset 63909:8ecb3fd4aded

(bootstrap): Remove the $(EMACS) binary after updating all the prerequisites.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 02 Jul 2005 09:17:07 +0000
parents 3d1f1f281034
children d9fbcc67ef0d
files lisp/makefile.w32-in
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/makefile.w32-in	Sat Jul 02 08:16:24 2005 +0000
+++ b/lisp/makefile.w32-in	Sat Jul 02 09:17:07 2005 +0000
@@ -312,8 +312,11 @@
 	-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