emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/makefile.w32-in


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/makefile.w32-in
Date: Sat, 02 Jul 2005 05:17:09 -0400

Index: emacs/lisp/makefile.w32-in
diff -c emacs/lisp/makefile.w32-in:1.42 emacs/lisp/makefile.w32-in:1.43
*** emacs/lisp/makefile.w32-in:1.42     Sun Jun 12 11:27:31 2005
--- emacs/lisp/makefile.w32-in  Sat Jul  2 09:17:07 2005
***************
*** 312,319 ****
--- 312,322 ----
        -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]