emacs-devel
[Top][All Lists]
Advanced

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

Re: updating macuvs.h?


From: Eli Zaretskii
Subject: Re: updating macuvs.h?
Date: Thu, 15 Jan 2015 05:48:41 +0200

> From: Stephen Leake <address@hidden>
> Date: Wed, 14 Jan 2015 14:43:46 -0600
> 
> I think this is the makefile line that produces that file (from
> admin/unidata/Makefile):
> 
> ${top_srcdir}/src/macuvs.h: ${srcdir}/uvs.el ${srcdir}/IVD_Sequences.txt | \
>   ${srcdir}/uvs.elc
>       $(AM_V_GEN)${emacs} -L ${srcdir} -l uvs \
>         --eval '(uvs-print-table-ivd (unmsys--file-name 
> "${srcdir}/IVD_Sequences.txt") "Adobe-Japan1")' \
>         > $@
> 
> 
> This runs Emacs, which is a native MinGW program at this point. I don't
> think we want to build an MSYS version just for this :).
> 
> That invokes this fuction (in admin/unidata/uvs.el):

Change the EOL conversion of the buffer where this is created to
-unix, and the problem should be solved.

> On the other hand, why has no other MinGW builder seen this before?

Because this file normally shouldn't be rebuilt, I think.



reply via email to

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