all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] nt/gmake,defs, nt/nmake.defs
@ 2008-01-15 22:18 Bill Meier
  2008-01-16 19:17 ` Eli Zaretskii
  0 siblings, 1 reply; 12+ messages in thread
From: Bill Meier @ 2008-01-15 22:18 UTC (permalink / raw)
  To: bug-gnu-emacs

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





^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: [PATCH] nt/gmake,defs, nt/nmake.defs
@ 2008-01-20 17:35 Bill Meier
  2008-01-20 17:55 ` Bill Meier
  0 siblings, 1 reply; 12+ messages in thread
From: Bill Meier @ 2008-01-20 17:35 UTC (permalink / raw)
  To: bug-gnu-emacs

Eli Zaretski wrote:
 > As I wrote earlier, I'd prefer that you use Emacs's copy-file
 > primitive to copy files.  That would certainly work on all supported
 > platforms, without requiring a cp that supports the -p option.
 > suspect that testing for the support of -p in a way that works on all
 > Windows shells would be a hard job anyway.

Sorry: I missed your original posting on this. I'll certainly look into 
using the Emacs copy-file primitive.

(For some reason, even though I'm subscribed to bug-gnu-emacs, I'm not 
receiving all the messages posted. I note that the gmane.org
archive (http://dir.gmane.org/gmane.emacs.bugs) isn't receiving all the 
postings either. Any idea what might be going on ?
For now, I'll monitor the list via the lists.gnu.org archive)

Bill Meier





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

end of thread, other threads:[~2008-01-20 17:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-15 22:18 [PATCH] nt/gmake,defs, nt/nmake.defs Bill Meier
2008-01-16 19:17 ` 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

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.