Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Thu, 10 May 2001 15:20:22 +0200 From: Marius Gedminas To: cygwin AT cygwin DOT com Subject: Re: 'make aux' hangs ? Message-ID: <20010510152022.E5251@gintaras> Mail-Followup-To: cygwin AT cygwin DOT com References: <3AF979D6 DOT CFFFE8CE AT inrialpes DOT fr> <5016127229 DOT 20010509212620 AT logos-m DOT ru> <3AFA7D2A DOT 83852811 AT inrialpes DOT fr> <12883601112 DOT 20010510161054 AT logos-m DOT ru> <3AFA8874 DOT 85299606 AT inrialpes DOT fr> <12584843087 DOT 20010510163136 AT logos-m DOT ru> <3AFA8D72 DOT 1862893 AT inrialpes DOT fr> <190852746 DOT 20010510170258 AT logos-m DOT ru> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-13 Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <190852746.20010510170258@logos-m.ru>; from deo@logos-m.ru on Thu, May 10, 2001 at 05:02:58PM +0400 X-URL: http://ice.dammit.lt/~mgedmin/ On Thu, May 10, 2001 at 05:02:58PM +0400, egor duda wrote: > apparently make cannot find Makefile in current directory, so it has > no reasons to treat 'aux' as phony. so, it checks if there exists such > file. Checking if the file exists should not block IMHO, even if that file is a DOS device. Stat-ing too (just tried ls -l aux). Only reading/writing should block. I have tried `make aux' with no Makefile and with several makefiles, but could not reproduce the problem (Win2000, Cygwin 1.3.1; nearly latest -- bash is only 2.05-5, not 2.05-6). # No makefile: `make: Nothing to be done for `aux'' # This makefile: `make: `aux' is up to date.' aux: @echo foo # This one: `foo' aux: @echo foo .PHONY: aux # This one: `foo' aux: test test: echo foo # This one: `foo' aux: test test: echo foo .PHONY: aux Marius Gedminas -- Whom the gods would destroy, they first teach BASIC. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple