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 22:19:00 +0200 Message-ID: <87r7gqzoln.fsf@marant.org> References: <87vf64bk4u.fsf@marant.org> <87d5sbcfqi.fsf@xs4all.nl> <87y8az2l7i.fsf@marant.org> <87is2227p7.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 1114978584 31690 80.91.229.2 (1 May 2005 20:16:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 May 2005 20:16:24 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 01 22:16:19 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DSKrM-0006oN-Dv for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 22:16:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSKy7-000483-Md for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 16:23:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSKxk-00040U-MG for emacs-devel@gnu.org; Sun, 01 May 2005 16:22:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSKxg-0003y5-S8 for emacs-devel@gnu.org; Sun, 01 May 2005 16:22:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSKxg-0003ws-K3 for emacs-devel@gnu.org; Sun, 01 May 2005 16:22:44 -0400 Original-Received: from [213.228.0.176] (helo=postfix4-2.free.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DSKxl-0003wH-Dw for emacs-devel@gnu.org; Sun, 01 May 2005 16:22:49 -0400 Original-Received: from amboise (mol92-4-82-227-97-206.fbx.proxad.net [82.227.97.206]) by postfix4-2.free.fr (Postfix) with ESMTP id 30F483122D6 for ; Sun, 1 May 2005 22:18:28 +0200 (CEST) Original-Received: by amboise (Postfix, from userid 1000) id 5B9992C05F; Sun, 1 May 2005 22:19:00 +0200 (CEST) Original-To: emacs-devel@gnu.org In-Reply-To: (Kim F. Storm's message of "Sun, 01 May 2005 21:58: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:36559 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36559 storm@cua.dk (Kim F. Storm) writes: > J=E9r=F4me Marant writes: > >>>> If you remove ldefs-boot.el, make bootstrap fails. > > The tarball contains loaddefs.el, so this would work: > > cp lisp/loaddefs.el lisp/ldefs-boot.el > make bootstrap I wish there were another way. This hack assumes that I know about the Makefile internals. I think it would be cleaner to include lisp/ldefs-boot.el in the tarball but not to include it in installed lisp files. Cheers, --=20 J=E9r=F4me Marant