From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Ponce Newsgroups: gmane.emacs.devel Subject: Re: Fixing the lisp/loaddefs.el situation Date: Sat, 13 Sep 2003 09:03:44 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3F62C150.10706@wanadoo.fr> References: <874qzhcuqf.fsf@tc-1-100.kawasaki.gol.ne.jp> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1063436663 28166 80.91.224.253 (13 Sep 2003 07:04:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Sep 2003 07:04:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Sep 13 09:04:21 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19y4SD-0003Jj-00 for ; Sat, 13 Sep 2003 09:04:21 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 19y4Tq-0007xV-00 for ; Sat, 13 Sep 2003 09:06:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19y4Pa-0003rC-Fm for emacs-devel@quimby.gnus.org; Sat, 13 Sep 2003 03:01:38 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19y4PI-0003qt-GW for emacs-devel@gnu.org; Sat, 13 Sep 2003 03:01:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19y4PH-0003qC-1U for emacs-devel@gnu.org; Sat, 13 Sep 2003 03:01:19 -0400 Original-Received: from [193.252.22.23] (helo=mwinf0804.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.22) id 19y4PG-0003p2-KT; Sat, 13 Sep 2003 03:01:18 -0400 Original-Received: from wanadoo.fr (AGrenoble-102-1-3-164.w80-13.abo.wanadoo.fr [80.13.81.164]) by mwinf0804.wanadoo.fr (SMTP Server) with ESMTP id B06BB180005D; Sat, 13 Sep 2003 09:01:16 +0200 (CEST) User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.5b) Gecko/20030912 X-Accept-Language: en-us, en Original-To: Miles Bader In-Reply-To: <874qzhcuqf.fsf@tc-1-100.kawasaki.gol.ne.jp> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16359 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16359 Hi Miles, [...] > I've fixed this by renaming `loaddefs.el' to `loaddefs-boot.el', and > changing lisp/Makefile.in to copy the former from the latter when > necessary (basically during bootstrap-clean, only if there's no existing > loaddefs.el, and no emacs binary to build it with).* [...] Looks good. What about lisp/makefile-w32.in? David