From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: updating macuvs.h? Date: Thu, 15 Jan 2015 05:48:41 +0200 Message-ID: <83zj9k3dra.fsf@gnu.org> References: <85ioga75yl.fsf@stephe-leake.org> <83d26i3u1r.fsf@gnu.org> <85a91l6qkd.fsf@stephe-leake.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1421293736 27638 80.91.229.3 (15 Jan 2015 03:48:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2015 03:48:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 15 04:48:48 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YBbQN-0005Qv-R1 for ged-emacs-devel@m.gmane.org; Thu, 15 Jan 2015 04:48:47 +0100 Original-Received: from localhost ([::1]:48955 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBbQN-0007by-1W for ged-emacs-devel@m.gmane.org; Wed, 14 Jan 2015 22:48:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBbQ9-0007bG-MM for emacs-devel@gnu.org; Wed, 14 Jan 2015 22:48:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBbQ6-0002CA-F6 for emacs-devel@gnu.org; Wed, 14 Jan 2015 22:48:33 -0500 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:50176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBbQ6-0002C2-6H for emacs-devel@gnu.org; Wed, 14 Jan 2015 22:48:30 -0500 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NI700D008E2U100@mtaout29.012.net.il> for emacs-devel@gnu.org; Thu, 15 Jan 2015 05:45:16 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NI700F2H93FCN10@mtaout29.012.net.il>; Thu, 15 Jan 2015 05:45:16 +0200 (IST) In-reply-to: <85a91l6qkd.fsf@stephe-leake.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:181273 Archived-At: > From: Stephen Leake > 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.