X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Thu, 15 May 2008 10:05:56 +0200 From: Spiro Trikaliotis <an-cygwin AT spiro DOT trikaliotis DOT net> To: cygwin AT cygwin DOT com Message-ID: <20080515080556.GA6514@trikaliotis.net> Mail-Followup-To: cygwin AT cygwin DOT com References: <482BAAB9 DOT 6080102 AT chiptech DOT co DOT nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <482BAAB9.6080102@chiptech.co.nz> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-SA-Exim-Connect-IP: 195.4.206.70 X-SA-Exim-Mail-From: an-cygwin AT spiro DOT trikaliotis DOT net Subject: Re: Makefile command interpreter X-SA-Exim-Version: 4.2.1 (built Tue, 09 Jan 2007 17:23:22 +0000) X-SA-Exim-Scanned: Yes (on mail.trikaliotis.net) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: <cygwin.cygwin.com> List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hello, * On Thu, May 15, 2008 at 03:15:05PM +1200 Volker Kuhlmann wrote: > I have a few makefiles which are written to run with the cmd.exe command > interpreter, which won't work with cygwin's make (which uses /bin/sh). > > Setting export SHELL=cmd.exe > calls cmd.exe alright, but then sits there forever waiting for input. Just a wild guess, as I have not tested this: Have you tried cmd.exe with the /c switch? If cmd.exe is called without that switch, it expects input from the standard input (console). HTH, Spiro. -- Spiro R. Trikaliotis http://opencbm.sf.net/ http://www.trikaliotis.net/ http://www.viceteam.org/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/