From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Pretest Date: Mon, 30 Oct 2006 09:21:13 -0500 Message-ID: <87wt6h7uli.fsf@stupidchicken.com> References: <87lkn1tzav.fsf@stupidchicken.com> <87mz7gmo7a.fsf@stupidchicken.com> <87pscast1y.fsf@furball.mit.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162218317 20887 80.91.229.2 (30 Oct 2006 14:25:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 14:25:17 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 30 15:25:14 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 1GeY18-0007N0-9v for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 15:21:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeY17-0000mw-OL for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 09:21:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GeY0Z-0000fa-47 for emacs-devel@gnu.org; Mon, 30 Oct 2006 09:20:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GeY0U-0000db-HV for emacs-devel@gnu.org; Mon, 30 Oct 2006 09:20:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeY0U-0000dV-7e for emacs-devel@gnu.org; Mon, 30 Oct 2006 09:20:54 -0500 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GeY0T-0001qR-Kf; Mon, 30 Oct 2006 09:20:53 -0500 Original-Received: by cyd (Postfix, from userid 1000) id 0A19E4E411; Mon, 30 Oct 2006 09:21:14 -0500 (EST) Original-To: Eli Zaretskii In-Reply-To: (Eli Zaretskii's message of "Mon\, 30 Oct 2006 06\:25\:05 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (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:61391 Archived-At: Eli Zaretskii writes: >> I've checked such a change. > > Yes, but you also changed makefile.w32-in, which breaks the Windows > build because the stock Windows shell doesn't support the `cmd1; cmd2' > method of having several commands on the same line. Please revert > that; the Windows build doesn't need that change, since it sets srcdir > to . anyway. OK done; sorry for the inconvenience. > Btw, while looking at this, I found that several directories in the > tarball lack the makefile.w32-in file. These are: man, lispref, and > lispintro. Please modify make-dist to include them. Done.