bug-make
[Top][All Lists]
Advanced

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

Re: makefile target "all:" not built automatically


From: Edward Welbourne
Subject: Re: makefile target "all:" not built automatically
Date: Tue, 26 Apr 2011 17:50:21 +0200

> Perhaps it could even be mentioned in this chapter that "all" is not a
> special target:

There are quite a lot of other target names we could mention as not
being special targets !

I think the thing you need to know, to understand what *is*
documented, is that the first rule read, when parsing the make files,
is the one made by default.  No name is special in this regard, except
that some (like .PHONY; quite probably all special targets) are
ignored when determining which is "first".

        Eddy.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]