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
- 'make aux' hangs ? Olivier Fambon
- Re: 'make aux' hangs ? egor duda
- Re: 'make aux' hangs ? Larry Hall (RFK Partners, Inc)
- Re: 'make aux' hangs ? Warren Young
- Re: 'make aux' hangs ? Olivier Fambon
- Re: 'make aux' hangs ? egor duda
- Re: 'make aux' hangs ? Olivier Fambon
- Re: 'make aux' hangs ... egor duda
- Re: 'make aux' ha... Marius Gedminas
- Re: 'make aux' ha... Olivier Fambon
- Re: 'make aux' hangs ? Schaible, Jorg
- Re: 'make aux' hangs ? Olivier Fambon
- Re: 'make aux' hangs ? oddvard . myrnes
- RE: 'make aux' hangs ? Andrej Borsenkow
- Re: 'make aux' hangs ? DJ Delorie
- RE: 'make aux' hangs ? oddvard . myrnes