I just built what I thought was 2.6.12.3, but my script got a tummy
ache because I didn't check the Makefile's EXTRA_VERSION, which was
set to .2 in the .2 patch. Now my 2.6.12 modules will need a refresh
build. :(
So whats the proper patching sequence to build a 2.6.12.3?
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.35% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2005 by Maurice Eugene Heskett, all rights reserved.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
The dot-release patches are not incremental. You apply each one to the
base 2.6.12 tree.
--
Brian Gerst
Thanks Brian.
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.35% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2005 by Maurice Eugene Heskett, all rights reserved.
This bit me a while back, too. I'll submit a patch to the top-level
README to spell it out.
Kurt
--
You cannot propel yourself forward by patting yourself on the back.
Someone should also fix the home page of kernel.org. Since there's no
link on that page that points to the full 2.6.12. Since a lot of the
patches on that page go directly against the 2.6.12 kernel and not
2.6.12.3, it would be nice to get the full source of that kernel from
the home page.
If I want to incremently build the 2.6.13-rc3-mm1, would I need to
download the 2.6.12 tar ball, followed by the 2.6.13-rc3 patch and then
the 2.6.13-rc3-mm1 patch and apply them that way? If so, I can get all
the patches but the starting point. Yes I could also download the full
version of any of these, but it still seems to make sense to include the
starting point of the patches on the home page.
Just a thought,
-- Steve
> Someone should also fix the home page of kernel.org. Since there's no
> link on that page that points to the full 2.6.12. Since a lot of the
> patches on that page go directly against the 2.6.12 kernel and not
> 2.6.12.3, it would be nice to get the full source of that kernel from
> the home page.
Even more to the point - when 2.6.13 comes out, there will be a patch against
2.6.12, not 2.6.12.N, which means you get to download the 2.6.12.N tarball,
the 2.6.12.N patch, patch -R that, and *then* apply the 2.6.13 patch.
Blegga. :)
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.35% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2005 by Maurice Eugene Heskett, all rights reserved.
The sad part of this, is that I have actually done that :-/ (when 2.6.12
came out s/\.12/.11/ s/\.13/.12/).
-- Steve