From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: ./make-dist for unicode branch Date: Fri, 20 Jan 2006 15:30:33 +0900 Message-ID: References: <87bqyasvv6.fsf@emfox.3322.org> <877j8yse2a.fsf@emfox.3322.org> <873bjmryr5.fsf@emfox.3322.org> <87vewgca2p.fsf@emfox.3322.org> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1137738659 15474 80.91.229.2 (20 Jan 2006 06:30:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Jan 2006 06:30:59 +0000 (UTC) Cc: EmfoxZhou@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 20 07:30:55 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EzpnQ-0001i5-41 for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2006 07:30:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ezppt-0006LE-BU for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2006 01:33:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ezppj-0006I1-ST for emacs-devel@gnu.org; Fri, 20 Jan 2006 01:33:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ezppj-0006HL-6s for emacs-devel@gnu.org; Fri, 20 Jan 2006 01:33:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ezppj-0006H1-0u for emacs-devel@gnu.org; Fri, 20 Jan 2006 01:33:15 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Ezptr-0000ET-W8; Fri, 20 Jan 2006 01:37:32 -0500 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k0K6UYp1031764; Fri, 20 Jan 2006 15:30:34 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k0K6UYbO019266; Fri, 20 Jan 2006 15:30:34 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1Ezpn7-00014D-00; Fri, 20 Jan 2006 15:30:33 +0900 Original-To: Miles Bader In-reply-to: (message from Miles Bader on Fri, 20 Jan 2006 13:58:48 +0900) 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:49307 Archived-At: In article , Miles Bader writes: > Kenichi Handa writes: >> The files lisp/international/charprop.el and >> lisp/international/uni-*.el are generated by "make bootstrap" if there >> exists "admin" subdir. But, as they don't exist in CVS, your tarball >> doesn't contain them (nor 'admin' subdir). >> >> I vaguely remember that I have committed all those files >> once. I don't know why they don't exist in CVS now. > If they're automatically generated, they shouldn't be in CVS... I basically agree with that. But, then, how can we make them included in a tarball generated by Emfox's way? Shuold we signal an error in make-dist when the directory is not yet readly for creating a tar ball? But it's not trivial to check if the directory is ready or not. --- Kenichi Handa handa@m17n.org