compat: fix ckmake to skip same base kernels
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 15 Mar 2013 02:05:47 +0000 (19:05 -0700)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 15 Mar 2013 02:07:46 +0000 (19:07 -0700)
commitb118a9c59d399420005c97a8a1c9cec1514109f1
treeb60a5ab2f8914a39e61ff8bbd9a99833ada19d66
parent096a27e708de767ea7b7f8ee98a74bcaacc30083
compat: fix ckmake to skip same base kernels

The ckmake script was allowing testing of compilation
of kernels even if the base kernels were the same. This
fixes it to skip them, trimming down test kernel compilation
down and not caring what old kernels you keep on your
system. This also now prints the RC release correctly.

The get_rel_spec() routine is based on the rel-html
get_rel_spec() routine and rel-html is AGPL but since
I wrote it I relicense a modified version of that
routine here to GPLv2.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
bin/ckmake