delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/05/10/09:16:47

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Message-ID: <C2D7D58DBFE9D111B0480060086E963503C17A30@mail.gft.de>
From: "Schaible, Jorg" <Joerg DOT Schaible AT gft DOT com>
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)

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019