emacs-devel
[Top][All Lists]
Advanced

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

Re: Bootstrapping CVS Emacs fails with VC 2003 on Windows XP Professiona


From: dhruva
Subject: Re: Bootstrapping CVS Emacs fails with VC 2003 on Windows XP Professional
Date: Tue, 14 Aug 2007 22:13:22 +0530

Hi,
 Another small problem I noticed. Using MinGW build, after a
bootstrap, the emacs.exe under the 'bin' folder gets deleted. This
happens for the bootstrap target under 'lisp' folder. Due to this, a
later 'make recompile' fails. I propose not deleting the emacs.exe
from the 'bin' folder.

diff -r 3661d004ffb8 lisp/makefile.w32-in
--- a/lisp/makefile.w32-in      Mon Aug 13 13:40:47 2007 +0000
+++ b/lisp/makefile.w32-in      Tue Aug 14 22:09:24 2007 +0530
@@ -396,7 +396,6 @@ bootstrap-clean-SH:
 # it will not be mistaken for an installed binary.

 bootstrap: update-subdirs autoloads mh-autoloads compile finder-data
custom-deps
-       - $(DEL) "$(EMACS)"

 #
 # Assuming INSTALL_DIR is defined, copy the elisp files to it

-- 
Dhruva Krishnamurthy
Contents reflect my personal views only!




reply via email to

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