On Sun, May 06, 2001 at 01:36:05AM -0700, Mike Castle wrote:
> On Sun, May 06, 2001 at 10:12:17AM +0200, Lars Marowsky-Bree wrote:
> > You assign a new EXTRAVERSION to the new kernel you are building, and keep the
> > old kernel at the old name.
> 
> Except that some patches (ie, RAID, -ac) use EXTRAVERSION.  There needs to
> be a new variable, say USERVERSION, that will *ONLY* be set during make
> USERVERSION=foo.

Ok, so we have $(VERSION).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION)$(USERVERSION).
Isn't this the same as $(VERSION).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION) where
$(EXTRAVERSION) has $(USERVERSION) appended?

In other words:

EXTRAVERSION=-ac4-build1

You can extend EXTRAVERSION infinitely, but after the first 10 or so
characters, it starts to get silly.

--
Russell King ([EMAIL PROTECTED])                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to