From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Zhang Wei Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: emacs-unicode-2 branch: redundant filenames in lib-src/makefile.w32-in Date: Thu, 13 Oct 2005 21:29:17 +0800 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1129211903 20088 80.91.229.2 (13 Oct 2005 13:58:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2005 13:58:23 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 13 15:58:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EQ3Xx-0005O0-4v for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2005 15:55:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQ3Xw-0000WK-Ho for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2005 09:55:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQ397-0000aL-8F for emacs-devel@gnu.org; Thu, 13 Oct 2005 09:29:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQ395-0000Z1-EA for emacs-devel@gnu.org; Thu, 13 Oct 2005 09:29:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQ394-0000YF-5n for emacs-devel@gnu.org; Thu, 13 Oct 2005 09:29:18 -0400 Original-Received: from [64.233.184.200] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EQ394-0006te-7n for emacs-devel@gnu.org; Thu, 13 Oct 2005 09:29:18 -0400 Original-Received: by wproxy.gmail.com with SMTP id i17so152646wra for ; Thu, 13 Oct 2005 06:29:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ubDhhLDUUuSAsitt/E7ZLMffasek1j8ReM/Z01DMqZqIkjo0AAj2ahIWBQ/HiUu3FkKKoG8otXdiiZDx5hz6FIue7PN7AEI97hqgLFvjzWlp8mmAqWtf68h2LESWxd33BVsylFPdKzZbH6pYedm72sFBK25JG4Ji/4XzjJJemSs= Original-Received: by 10.54.80.8 with SMTP id d8mr602052wrb; Thu, 13 Oct 2005 06:29:17 -0700 (PDT) Original-Received: by 10.54.146.1 with HTTP; Thu, 13 Oct 2005 06:29:17 -0700 (PDT) Original-To: emacs-devel@gnu.org, emacs-pretest-bug@gnu.org Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:43982 gmane.emacs.pretest.bugs:9537 Archived-At: In emacs-unicode-2 branch, these files had been removed from the lisp/international/ directory: utf-8.el latin-1.el latin-2.el latin-3.el latin-4.el latin-5.el latin-8.el latin-9.el But their names still appear in lib-src/makefile.w32-in, when emacs-unicode-2 branch is compiled on Windows platform, that will cause some compile errors. ----------------------------------------------------------- *** makefile.w32-in.old 2005-10-13 21:09:13.943792688 +0800 --- makefile.w32-in 2005-10-13 21:08:07.532888680 +0800 *************** *** 191,205 **** $(lispsource)international/mule-conf.el \ $(lispsource)international/mule-cmds.elc \ $(lispsource)international/characters.elc \ - $(lispsource)international/ucs-tables.elc \ - $(lispsource)international/utf-8.elc \ - $(lispsource)international/latin-1.el \ - $(lispsource)international/latin-2.el \ - $(lispsource)international/latin-3.el \ - $(lispsource)international/latin-4.el \ - $(lispsource)international/latin-5.el \ - $(lispsource)international/latin-8.el \ - $(lispsource)international/latin-9.el \ $(lispsource)case-table.elc lisp2 =3D \ --- 191,196 ---- -----------------------------------------------------------