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

From: David Woodhouse
Date: Mon Oct 09 2006 - 15:50:34 EST


On Mon, 2006-10-09 at 11:42 -0600, Erik Andersen wrote:
>
> 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?

make headers_install_all

--
dwmw2

-
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/