emacs-devel
[Top][All Lists]
Advanced

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

make install on existing emacs installation issue: using MinGW


From: dhruva
Subject: make install on existing emacs installation issue: using MinGW
Date: Fri, 20 Jul 2007 08:30:37 +0530

Hi,
I had reported a problem in "make install" over an existing
installation using MinGW on W-XP. I had provided a diff, I am
reposting it in contextual format for convinience.

-dky

diff -Nprcw emacs.6b5111f90a96/lisp/makefile.w32-in emacs/lisp/makefile.w32-in
*** emacs.6b5111f90a96/lisp/makefile.w32-in     2007-07-20
08:14:53.680500000 +0530
--- emacs/lisp/makefile.w32-in  2007-07-20 08:14:53.696125000 +0530
*************** install-lisp-SH:
*** 434,440 ****

 install-lisp-CMD:
       cp -f *.el "$(INSTALL_DIR)/lisp"
!       for %%f in ($(WINS)) do mkdir "$(INSTALL_DIR)/lisp/%%f"
       for %%f in ($(WINS)) do cp -f %%f/*.el "$(INSTALL_DIR)/lisp/%%f"
       for %%f in (. $(WINS)) do cp -f %%f/*.elc "$(INSTALL_DIR)/lisp/%%f"

--- 434,440 ----

 install-lisp-CMD:
       cp -f *.el "$(INSTALL_DIR)/lisp"
!       for %%f in ($(WINS)) do if not exist "$(INSTALL_DIR)/lisp/%%f"
mkdir "$(INSTALL_DIR)/lisp/%%f"
       for %%f in ($(WINS)) do cp -f %%f/*.el "$(INSTALL_DIR)/lisp/%%f"
       for %%f in (. $(WINS)) do cp -f %%f/*.elc "$(INSTALL_DIR)/lisp/%%f"


--
Dhruva Krishnamurthy
Contents reflect my personal views only!




reply via email to

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