diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-07-02 09:17:47 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-07-02 09:17:47 +0000 |
commit | 014b37b6c9b74f0bbd0686cae48f234c22f2f778 (patch) | |
tree | 6fc55fb1ae098b5afeb100ce187c272ec8ac5e1d /lisp/makefile.w32-in | |
parent | b016179b58efb59ba177cafdaea6bdee2d23e0e0 (diff) | |
download | emacs-014b37b6c9b74f0bbd0686cae48f234c22f2f778.tar.gz |
(bootstrap): Remove the $(EMACS) binary after updating all the
prerequisites.
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r-- | lisp/makefile.w32-in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |