From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Latest 21.3 CVS and MS Windows Date: 06 Feb 2003 23:51:16 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <9791-Thu06Feb2003213157+0200-eliz@is.elta.co.il> <4r7hm73o.fsf@hschmi22.userfqdn.rz-online.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044575471 1435 80.91.224.249 (6 Feb 2003 23:51:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Feb 2003 23:51:11 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gvnS-0000N0-00 for ; Fri, 07 Feb 2003 00:51:10 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18gvwj-00053i-00 for ; Fri, 07 Feb 2003 01:00:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gvnx-0006Tw-01 for emacs-devel@quimby.gnus.org; Thu, 06 Feb 2003 18:51:41 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18gvne-0006Ot-00 for emacs-devel@gnu.org; Thu, 06 Feb 2003 18:51:22 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18gvnc-0006MU-00 for emacs-devel@gnu.org; Thu, 06 Feb 2003 18:51:20 -0500 Original-Received: from server0011.freedom2surf.net ([194.106.56.14] helo=server0027.freedom2surf.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gvnb-0006KF-00 for emacs-devel@gnu.org; Thu, 06 Feb 2003 18:51:19 -0500 Original-Received: from nyaumo.jasonr.f2s.com ([195.137.103.251]) h16NpTP5018572; Thu, 6 Feb 2003 23:51:29 GMT Original-Received: from nyaumo.jasonr.f2s.com (localhost [127.0.0.1]) by nyaumo.jasonr.f2s.com (Postfix) with ESMTP id 5B5574A93E; Thu, 6 Feb 2003 23:51:17 +0000 (GMT) Original-To: Frank Schmitt In-Reply-To: <4r7hm73o.fsf@hschmi22.userfqdn.rz-online.de> Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11438 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11438 Frank Schmitt writes: > > Multiline if's do not work in command.com. > > Multiline if's can be simulated by GOTOs: I'm not sure goto can be used in makefiles. > > We also need to cater for bash (although that is done elsewhere in the > > code by using separate make rules). > > Sorry, what do you mean? I mean that the Windows configure scripts and makefiles need to work with bash as well as cmd.exe and command.com.