From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-15?q?J=E9r=F4me_Marant?= Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] make-dist fixes and clean-ups Date: Sun, 01 May 2005 14:18:41 +0200 Message-ID: <87y8az2l7i.fsf@marant.org> References: <87vf64bk4u.fsf@marant.org> <87d5sbcfqi.fsf@xs4all.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1114949584 4030 80.91.229.2 (1 May 2005 12:13:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 May 2005 12:13:04 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 01 14:13:02 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DSDJM-0004ix-U9 for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 14:12:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSDQ3-0006eH-TP for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 08:19:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSDPu-0006di-1x for emacs-devel@gnu.org; Sun, 01 May 2005 08:19:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSDPt-0006dW-Mn for emacs-devel@gnu.org; Sun, 01 May 2005 08:19:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSDPt-0006FS-Ks for emacs-devel@gnu.org; Sun, 01 May 2005 08:19:21 -0400 Original-Received: from [213.228.0.62] (helo=postfix4-1.free.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DSDSu-0000qL-Qp for emacs-devel@gnu.org; Sun, 01 May 2005 08:22:28 -0400 Original-Received: from amboise (mol92-4-82-227-97-206.fbx.proxad.net [82.227.97.206]) by postfix4-1.free.fr (Postfix) with ESMTP id 267BC317950 for ; Sun, 1 May 2005 14:18:07 +0200 (CEST) Original-Received: by amboise (Postfix, from userid 1000) id D96A92C05F; Sun, 1 May 2005 14:18:41 +0200 (CEST) Original-To: emacs-devel@gnu.org In-Reply-To: <87d5sbcfqi.fsf@xs4all.nl> (Lute Kamstra's message of "Sun, 01 May 2005 14:06:45 +0200") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) 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:36515 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36515 Lute Kamstra writes: > J=E9r=F4me Marant writes: > > [...] > >> + Do not remove ldefs-boot.el. > > Why? make-dist distributes loaddefs.el, so there's no need to > distribute ldefs-boot.el. I need to make make-dist work on an non-bootstrapped tree. We, at Debian, don't include .elc files in the tarball and generate packages from the bootstrap, for practical reasons. If you remove ldefs-boot.el, make bootstrap fails. > The rest of the changes look fine to me. Thanks for working on this. You're welcome. > > PS I'm going on holidays for a week, so I probably won't respond to > mail quickly. No problem. --=20 J=E9r=F4me Marant