Re: Kernel toplevel makefile

Matthew Kirkwood (weejock@ferret.lmh.ox.ac.uk)
Tue, 23 Feb 1999 14:18:29 +0000 (GMT)


On Tue, 23 Feb 1999, Mike A. Harris wrote:

> KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
>
> Shouldn't the end be this instead?:
>
> $(SUBLEVEL)-$(EXTRAVERSION)

Nope. Then 2.2.2 would actually be 2.2.2-

Better to remember the - if defining EXTRAVERSION.

Matthew.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/