From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] make-dist fixes and clean-ups Date: 01 May 2005 18:35:12 -0400 Message-ID: References: <87vf64bk4u.fsf@marant.org> <87d5sbcfqi.fsf@xs4all.nl> <87y8az2l7i.fsf@marant.org> <87is2227p7.fsf@marant.org> <87r7gqzoln.fsf@marant.org> 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 1114987191 2227 80.91.229.2 (1 May 2005 22:39:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 May 2005 22:39:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 02 00:39:49 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DSN69-0000uB-Tw for ged-emacs-devel@m.gmane.org; Mon, 02 May 2005 00:39:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSNCw-00054y-FL for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 18:46:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSNBn-0004YC-63 for emacs-devel@gnu.org; Sun, 01 May 2005 18:45:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSNBj-0004Vk-Ia for emacs-devel@gnu.org; Sun, 01 May 2005 18:45:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSNBi-0004UL-Vy for emacs-devel@gnu.org; Sun, 01 May 2005 18:45:23 -0400 Original-Received: from [207.245.121.136] (helo=mail.agora-net.com) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_ARCFOUR_SHA:16) (Exim 4.34) id 1DSN6S-0005mn-Ix for emacs-devel@gnu.org; Sun, 01 May 2005 18:39:56 -0400 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.34) id 1DSN1s-0001tZ-Bu; Sun, 01 May 2005 18:35:12 -0400 Original-To: =?iso-8859-15?q?J=E9r=F4me?= Marant In-Reply-To: <87r7gqzoln.fsf@marant.org> Original-Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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:36568 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36568 J=E9r=F4me Marant writes: > storm@cua.dk (Kim F. Storm) writes: >=20 > > cp lisp/loaddefs.el lisp/ldefs-boot.el > > make bootstrap >=20 > I wish there were another way. This hack assumes that I know > about the Makefile internals. for packaging work, it helps to know the Makefile internals. if the Makefile is confusing in some way, feel free to ask about it. > I think it would be cleaner to include lisp/ldefs-boot.el in the > tarball but not to include it in installed lisp files. it is redundant w/ loaddefs.el, thus a likely source of confusion for end users. the cp suggestion sounds reasonable to me. thi