comparison lisp/makefile.w32-in @ 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 dccd42ff9e1a
children 6fb026ad601f
comparison
equal deleted inserted replaced
63908:3d1f1f281034 63909:8ecb3fd4aded
310 # -rm -f $(lisp)/*.elc $(lisp)/*/*.elc 310 # -rm -f $(lisp)/*.elc $(lisp)/*/*.elc
311 cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el 311 cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el
312 -for dir in . $(WINS); do rm -f $$dir/*.elc; done 312 -for dir in . $(WINS); do rm -f $$dir/*.elc; done
313 313
314 # Generate/update files for the bootstrap process. 314 # Generate/update files for the bootstrap process.
315 # When done, remove bootstrap-emacs from ../bin, so that
316 # it will not be mistaken for an installed binary.
315 317
316 bootstrap: update-subdirs autoloads compile finder-data custom-deps 318 bootstrap: update-subdirs autoloads compile finder-data custom-deps
319 - $(DEL) $(EMACS)
317 320
318 # 321 #
319 # Assuming INSTALL_DIR is defined, copy the elisp files to it 322 # Assuming INSTALL_DIR is defined, copy the elisp files to it
320 # Windows 95 makes this harder than it should be. 323 # Windows 95 makes this harder than it should be.
321 # 324 #