Re: [ANNOUNCE] linux-kernel-headers-2.6.19-rc1.tar.gz

From: Erik Andersen
Date: Mon Oct 09 2006 - 13:42:43 EST


On Thu Oct 05, 2006 at 08:09:20AM +0100, David Woodhouse wrote:
> A full set of user-visible kernel headers for all supported
> architectures, exported from the 2.6.19-rc1 kernel, has been uploaded
> to
> ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/kernel-headers/snapshot/
>
> I had planned to do this for 2.6.18 but it wasn't quite in good enough
> shape by then. This one should be fine -- you can build your C library
> against it and ship it in /usr/include. And tell me what breaks...

I'm curious how you produced this for all architectures? Did you
write up a script to so something trivial like

for i in $LINUX_DIR/arch/*; do
make ARCH=$(basename $i) INSTALL_HDR_PATH=/tmp/foo headers_install;
done

or did you do something more complicated and interesting? If so,
would you mind sharing?

-Erik

--
Erik B. Andersen http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--
-
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/