From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Pretest Date: Tue, 31 Oct 2006 21:12:59 -0500 Message-ID: References: <87lkn1tzav.fsf@stupidchicken.com> <4543389E.3090006@gnu.org> <4543CFDF.1060605@gnu.org> <45448DB1.8080800@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1162347295 24473 80.91.229.2 (1 Nov 2006 02:14:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Nov 2006 02:14:55 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org, jasonr@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 01 03:14:53 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gf5cv-0007dX-Vm for ged-emacs-devel@m.gmane.org; Wed, 01 Nov 2006 03:14:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gf5cv-000227-Fl for ged-emacs-devel@m.gmane.org; Tue, 31 Oct 2006 21:14:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gf5bA-0000SK-Tb for emacs-devel@gnu.org; Tue, 31 Oct 2006 21:13:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gf5bA-0000Rh-2S for emacs-devel@gnu.org; Tue, 31 Oct 2006 21:13:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gf5b9-0000Rb-Sc for emacs-devel@gnu.org; Tue, 31 Oct 2006 21:12:59 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gf5b9-000490-RV for emacs-devel@gnu.org; Tue, 31 Oct 2006 21:12:59 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Gf5b9-00013P-2x; Tue, 31 Oct 2006 21:12:59 -0500 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Mon, 30 Oct 2006 23:12:09 +0200) 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:61512 Archived-At: It is not a small change. It requires to move portions of lib-src/makefile.w32-in to src/makefile.w32-in, and then making corresponding changes in nt/makefile.w32-in. The moved portions should work both for normal build and for bootstrap. In that case, I trust your judgment that we shouldn't do this now.