emacs-devel
[Top][All Lists]
Advanced

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

Re: Trunk broken on MS-Windows


From: Dani Moncayo
Subject: Re: Trunk broken on MS-Windows
Date: Sun, 9 Nov 2014 00:34:56 +0100

On Sat, Nov 8, 2014 at 11:25 PM, Dani Moncayo <address@hidden> wrote:
>> Does the problem go away with revision 118323 ?
>
> Perhaps, a better fix would have been this:
>
> === modified file 'Makefile.in'
> --- Makefile.in 2014-11-08 15:18:06 +0000
> +++ Makefile.in 2014-11-08 22:20:19 +0000
> @@ -334,7 +334,7 @@
>  # program that doesn't support MSYS-style paths (e.g. '/c/foo/bar' or
>  # '/foo/bar').
>  epaths-force-w32:
> -       @(w32srcdir=`${srcdir}/build-aux/msys-to-w32 "${srcdir}"`; \
> +       @(w32srcdir=`${srcdir}/build-aux/msys-to-w32 "${abs_srcdir}"`; \
>           w32prefix=`${srcdir}/build-aux/msys-to-w32 "${prefix}"`; \
>           w32locallisppath=`${srcdir}/build-aux/msys-to-w32
> "${locallisppath}"` ; \
>           w32locallisppath=$${w32locallisppath//$${w32prefix}/"%emacs_dir%"} 
> ; \

Indeed, I've tested it and does TRT.

I think this fix is cleaner, because it converts from relative to
absolute paths only when there is a reason to.  So I've reverted
r118323 and committed the above patch.

-- 
Dani Moncayo



reply via email to

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