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: Glenn Morris
Subject: Re: MS-Windows build using Posix configury
Date: Tue, 16 Apr 2013 17:17:27 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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).



reply via email to

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