Re: [patch] remove the `.' in EXTRAVERSION usage

From: Coywolf Qi Hunt
Date: Sat Mar 05 2005 - 06:11:31 EST


On Sat, 5 Mar 2005 13:47:08 +0200, Alexey Dobriyan <adobriyan@xxxxxxx> wrote:
> On Saturday 05 March 2005 12:22, Coywolf Qi Hunt wrote:
>
> > Since 2.6.9, there came along the LOCALVERSION for people to add local
> > version in make menuconfig which was EXTRAVERSION originally for imho.
> > Now EXTRAVERSION goes just as a kernel version number, it's reasonable
> > to remove the `.' in its usage.
>
> > -KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)$(LOCALVERSION)
> > +KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL).$(EXTRAVERSION)$(LOCALVERSION)
>
> You want 2.6.11.-mm2 or 2.6.11.mm2 ? :-)
>
> Alexey
>

True. My fault, EXTRAVERSION isn't always present and isn't even
always a number.
Thanks all.
.-)

--
Coywolf Qi Hunt
Homepage http://sosdg.org/~coywolf/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/