From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: charprop.el and uni-*.el Date: Mon, 11 Feb 2008 14:00:26 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202756460 26556 80.91.229.12 (11 Feb 2008 19:01:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Feb 2008 19:01:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 11 20:01:23 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JOdtn-0008Jz-MW for ged-emacs-devel@m.gmane.org; Mon, 11 Feb 2008 20:01:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOdtK-0001T5-5O for ged-emacs-devel@m.gmane.org; Mon, 11 Feb 2008 14:00:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOdtF-0001T0-Pf for emacs-devel@gnu.org; Mon, 11 Feb 2008 14:00:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOdtE-0001Sl-Bs for emacs-devel@gnu.org; Mon, 11 Feb 2008 14:00:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOdtE-0001Si-73 for emacs-devel@gnu.org; Mon, 11 Feb 2008 14:00:28 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOdtE-00009l-4l for emacs-devel@gnu.org; Mon, 11 Feb 2008 14:00:28 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JOdtC-0001z5-MJ; Mon, 11 Feb 2008 14:00:26 -0500 X-Spook: pink noise USCODE rs9512c Cocaine InfoSec digicash target X-Ran: c)]Mf3$7:C$Hmd#~WW/SJk~nE#F7}ZyfbfCg!oTT@ X-Hue: green X-Attribution: GM In-Reply-To: (Kenichi Handa's message of "Mon, 11 Feb 2008 14:35:54 +0900") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:88777 Archived-At: Kenichi Handa wrote: >> So, I'm going to commit charprop.in and uni-*.el in CVS and delete >> the above target in src/Makefile.in. Any objection? > > Just done. It breaks bootstrapping. lisp/Makefile.in has international/charprop.el etc in AUTOGENEL. So `make maintainer-clean' deletes them. Now there's no rule to re-make them, so bootstrapping fails. Maybe they should just be removed from AUTOGENEL?