unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* make install on existing emacs installation issue: using MinGW
@ 2007-07-20  3:00 dhruva
  2007-07-20  9:35 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: dhruva @ 2007-07-20  3:00 UTC (permalink / raw)
  To: Emacs Devel

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!

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-07-20 11:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20  3:00 make install on existing emacs installation issue: using MinGW dhruva
2007-07-20  9:35 ` Eli Zaretskii
2007-07-20  9:41   ` dhruva
2007-07-20  9:43   ` Eli Zaretskii
2007-07-20 11:16   ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).