[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: NEW queue



Not exactly, AFAIK:

http://theory.uwinnipeg.ca/localfiles/infofiles/make/make_33.html

A phony target is one that is not really the name of a file. It is just a name
for some commands to be executed when you make an explicit request. There are
two reasons to use a phony target: to avoid a conflict with a file of the same
name, and to improve performance.

The phony target will cease to work if anything ever does create a file named
`clean' in this directory. Since it has no dependencies, the file `clean'
would inevitably be considered up to date, and its commands would not be
executed. To avoid this problem, you can explicitly declare the target to be
phony, using the special target .PHONY

Greetings,
Miry

 --- Kai Hendry <hendry@iki.fi> escribió:

> On 2006-03-08T09:00+0100 Miriam Ruiz wrote:
> > Is it my imagination or binary-arch doesn't exist either?
> 
> Isn't that what .PHONY is for?
> 
> sam$ egrep PHONY webpy-0.135/debian/rules 
> .PHONY: build clean binary-indep binary-arch binary install configure
> 
> Best wishes,
> 



		
______________________________________________ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com



Reply to: