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 Message-ID: From: "Schaible, Jorg" To: cygwin AT cygwin DOT com Subject: RE: 'make aux' hangs ? Date: Thu, 10 May 2001 15:16:07 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Hi Olivier, aux is reserved by the OS. Since make uses internal rules that access aux as file, you're stuck. >Finally, note that this is in make, and that aux is a phony, not a >file... You obviously did not explicitly set aux as phony target, since this works for me: ---- makefile begins ----- .PHONY: aux aux: echo Hello! ---- makefile ends ---- /home/jse> make aux echo Hello! Hello! Greetings, Jorg -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple