From: dhruva <dhruvakm@gmail.com>
To: "Emacs Devel" <emacs-devel@gnu.org>
Subject: make install on existing emacs installation issue: using MinGW
Date: Fri, 20 Jul 2007 08:30:37 +0530 [thread overview]
Message-ID: <e3f230850707192000q3a910348t365f2354383e8788@mail.gmail.com> (raw)
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!
next reply other threads:[~2007-07-20 3:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-20 3:00 dhruva [this message]
2007-07-20 9:35 ` make install on existing emacs installation issue: using MinGW Eli Zaretskii
2007-07-20 9:41 ` dhruva
2007-07-20 9:43 ` Eli Zaretskii
2007-07-20 11:16 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e3f230850707192000q3a910348t365f2354383e8788@mail.gmail.com \
--to=dhruvakm@gmail.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.