From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Terje Rosten Newsgroups: gmane.emacs.devel Subject: leim-list.el broke make-dist? Date: Sat, 19 Jun 2004 15:37:41 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1087652295 15286 80.91.224.253 (19 Jun 2004 13:38:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 Jun 2004 13:38:15 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Jun 19 15:38:04 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bbg2m-0001pe-00 for ; Sat, 19 Jun 2004 15:38:04 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bbg2m-0003bE-00 for ; Sat, 19 Jun 2004 15:38:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bbg3v-0006ov-Ms for emacs-devel@quimby.gnus.org; Sat, 19 Jun 2004 09:39:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bbg3s-0006oV-NL for emacs-devel@gnu.org; Sat, 19 Jun 2004 09:39:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bbg3r-0006o5-2n for emacs-devel@gnu.org; Sat, 19 Jun 2004 09:39:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bbg3q-0006o2-V7 for emacs-devel@gnu.org; Sat, 19 Jun 2004 09:39:11 -0400 Original-Received: from [129.241.48.175] (helo=anne.phys.ntnu.no) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bbg2R-0002Xu-J7 for emacs-devel@gnu.org; Sat, 19 Jun 2004 09:37:43 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by anne.phys.ntnu.no (Postfix) with ESMTP id 072D072DF9 for ; Sat, 19 Jun 2004 15:37:42 +0200 (CEST) Original-Received: from anne.phys.ntnu.no ([127.0.0.1]) by localhost (anne.phys.ntnu.no [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20603-02 for ; Sat, 19 Jun 2004 15:37:41 +0200 (CEST) Original-Received: from bohm.phys.ntnu.no (bohm.phys.ntnu.no [129.241.48.101]) by anne.phys.ntnu.no (Postfix) with ESMTP id D1D0372DE5 for ; Sat, 19 Jun 2004 15:37:41 +0200 (CEST) Original-Received: by bohm.phys.ntnu.no (Postfix, from userid 1708) id 99ED8688B; Sat, 19 Jun 2004 15:37:41 +0200 (CEST) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-Virus-Scanned: by amavisd-new/clamav at anne.phys.ntnu.no X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25107 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25107 Did this change: 2004-06-05 Kenichi Handa * Makefile.in (leim-list.el): Depend on leim-ext.el. Append the contents of leim-ext.el to leim-list.el. * leim-ext.el: New file. break make-dist? This sequence of commands $ setarch i386 ./configure $ setarch i386 make boostrap $ setarch i386 ./make-dist $ cd emacs-21.3.50 $ setarch i385 ./configure $ setarch i385 make ends with: Converting cangjie-table.b5 to tsang-b5.el...done Converting cangjie-table.b5 to quick-b5.el... Converting cangjie-table.b5 to quick-b5.el...done Converting CTLau.html to CTLau.el... Converting CTLau.html to CTLau.el...done make[1]: *** No rule to make target `/emacs/emacs-21.3.50/leim/leim-ext.el', needed by `leim-list.el'. Stop. make[1]: Leaving directory `/emacs/emacs-21.3.50/leim' make: *** [leim] Error 2 - Terje