emacs-devel
[Top][All Lists]
Advanced

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

Re: MS-Windows build using Posix configury


From: Eli Zaretskii
Subject: Re: MS-Windows build using Posix configury
Date: Wed, 17 Apr 2013 05:56:18 +0300

> From: Glenn Morris <address@hidden>
> Cc: address@hidden
> Date: Tue, 16 Apr 2013 17:17:27 -0400
> 
> Eli Zaretskii wrote:
> 
> >  LN_S = @LN_S@
> > +# Used in "make install".  Usually, $(LN_S), but MS-Windows uses hard 
> > links.
> > +LN_EMACS = @LN_EMACS@
> 
> I think it would be better if you just set LN_S=ln.
> That's already what configure does on platforms where 'ln -s' doesn't
> work (if there are any relevant to Emacs; it can even degrade further to
> cp -p).

On Windows, the configure script sets LN_S to "cp -p" already.  I see
no reason to override that, because this is OK elsewhere in the build.



reply via email to

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