I'd like to remove the -r part from the uname call that creates the build directory names. That means that one would get build directories like this
build/linux-x86_64
instead of
build/linux-2.6.10-5-amd64-k8-x86_64
The reason is that I find it a bit annoying to have to discard all my pike build dirs every time I install a new kernel.
It also doesn't seem relevant to depend on the kernel version since it afaik doesn't affect the build environment. It'd be more apt to depend on the libc version (or actually the version of every lib that pike builds against).
Thoughts?