public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] linux-kernel-headers-2.6.19-rc1.tar.gz
@ 2006-10-05  7:09 David Woodhouse
  2006-10-09 17:42 ` Erik Andersen
  0 siblings, 1 reply; 4+ messages in thread
From: David Woodhouse @ 2006-10-05  7:09 UTC (permalink / raw)
  To: linux-kernel

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 probably won't do tarballs corresponding to -rc releases very often
but I'll do the proper releases.

-- 
dwmw2


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] linux-kernel-headers-2.6.19-rc1.tar.gz
  2006-10-05  7:09 [ANNOUNCE] linux-kernel-headers-2.6.19-rc1.tar.gz David Woodhouse
@ 2006-10-09 17:42 ` Erik Andersen
  2006-10-09 19:50   ` David Woodhouse
  0 siblings, 1 reply; 4+ messages in thread
From: Erik Andersen @ 2006-10-09 17:42 UTC (permalink / raw)
  To: David Woodhouse; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] linux-kernel-headers-2.6.19-rc1.tar.gz
  2006-10-09 17:42 ` Erik Andersen
@ 2006-10-09 19:50   ` David Woodhouse
  2006-10-09 19:57     ` Erik Andersen
  0 siblings, 1 reply; 4+ messages in thread
From: David Woodhouse @ 2006-10-09 19:50 UTC (permalink / raw)
  To: andersen; +Cc: linux-kernel

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] linux-kernel-headers-2.6.19-rc1.tar.gz
  2006-10-09 19:50   ` David Woodhouse
@ 2006-10-09 19:57     ` Erik Andersen
  0 siblings, 0 replies; 4+ messages in thread
From: Erik Andersen @ 2006-10-09 19:57 UTC (permalink / raw)
  To: David Woodhouse; +Cc: linux-kernel

On Mon Oct 09, 2006 at 08:50:02PM +0100, David Woodhouse wrote:
> > or did you do something more complicated and interesting?  If so,
> > would you mind sharing? 
> 
> make headers_install_all

Ahh!  I see that was added to 2.6.19-rc1.  Very cool.

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-10-09 19:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-05  7:09 [ANNOUNCE] linux-kernel-headers-2.6.19-rc1.tar.gz David Woodhouse
2006-10-09 17:42 ` Erik Andersen
2006-10-09 19:50   ` David Woodhouse
2006-10-09 19:57     ` Erik Andersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox