emacs-devel
[Top][All Lists]
Advanced

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

Re: Makefile bug in generating mh-loaddefs.el?


From: David Robinow
Subject: Re: Makefile bug in generating mh-loaddefs.el?
Date: Wed, 4 Jul 2007 19:06:38 -0400

On 7/4/07, Eli Zaretskii <address@hidden> wrote:
> From: Bill Wohler <address@hidden>
> Date: Tue, 03 Jul 2007 21:44:56 -0700
>
> Tom's approach--writing to a temporary file and moving it at the
> end--seems to answer all issues.
But its implementation would be complicated on Windows, because we'd
be reluctant to request the user to have yet another non-standard
program (mv.exe) to be installed.
I'm surprised by this comment.
1) Windows uses a completely different makefile. One could choose not
to implement the feature on Windows.

2) cp.exe and rm.exe are already required. Wouldn't the user already
have mv.exe from the same location as cp.exe and rm.exe?

3) What's wrong with "MV = move" in nmake.defs?
For that matter, why not use copy and del instead of cp and rm ?

Am I missing something?




reply via email to

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