Re: "make target" - where's target in Makefile?

Mick Ghazey (mghazey@cybernex.net)
Sun, 5 May 1996 13:08:19 +0000


On 5 May 96 at 14:30, Andries.Brouwer@cwi.nl wrote:

> Mick Ghazey:
>
> : Where can I find the target of make? For example, I looked for :
> zImage in Makefile in the /usr/src/linux directory but couldn't find
> : it. What happens when you run the command "make zImage"?
>
> You overlooked the line
>
> include arch/$(ARCH)/Makefile
>
> in Makefile.

Ah, hidden targets! That makes it even more challenging.