From: Bill Meier <wmeier@newsguy.com>
To: bug-gnu-emacs@gnu.org
Subject: [PATCH] nt/gmake,defs, nt/nmake.defs
Date: Tue, 15 Jan 2008 17:18:45 -0500 (EST) [thread overview]
Message-ID: <200801152218.m0FMIjGx041292@member.newsguy.com> (raw)
I've just completed building emacs 22.1 on Windows using MinGW. Everything
went well. I note, however, that the install doesn't preserve the file
date/time/etc for the files copied to the install dirs (when the install dirs
are different than the build dirs). It seems to me that the date/time/etc
should be preserved.
The patch below (created using 'cvs diff') changes the definition of CP and
CP_DIR in the gmake.defs and nmake.defs files in nt/ to use the 'p' option.
Bill Meier
Index: nt/gmake.defs
===================================================================
RCS file: /sources/emacs/emacs/nt/gmake.defs,v
retrieving revision 1.33
diff -r1.33 gmake.defs
211,212c211,212
< CP = cp -f
< CP_DIR = cp -rf
---
> CP = cp -pf
> CP_DIR = cp -prf
Index: nt/nmake.defs
===================================================================
RCS file: /sources/emacs/emacs/nt/nmake.defs,v
retrieving revision 1.30
diff -r1.30 nmake.defs
159,160c159,160
< CP = cp -f
< CP_DIR = cp -rf
---
> CP = cp -pf
> CP_DIR = cp -prf
next reply other threads:[~2008-01-15 22:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-15 22:18 Bill Meier [this message]
2008-01-16 19:17 ` [PATCH] nt/gmake,defs, nt/nmake.defs Eli Zaretskii
2008-01-18 16:14 ` Bill Meier
2008-01-18 17:06 ` Eli Zaretskii
2008-01-18 21:16 ` Eli Zaretskii
2008-01-18 21:41 ` Jason Rumney
2008-01-19 8:52 ` Eli Zaretskii
2008-01-19 10:53 ` Jason Rumney
2008-01-19 21:24 ` Bill Meier
2008-01-19 22:01 ` Eli Zaretskii
-- strict thread matches above, loose matches on Subject: below --
2008-01-20 17:35 Bill Meier
2008-01-20 17:55 ` Bill Meier
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=200801152218.m0FMIjGx041292@member.newsguy.com \
--to=wmeier@newsguy.com \
--cc=bug-gnu-emacs@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.