[kbuild-devel] Performance tweak against core-11

2002-05-05 Thread Keith Owens
On a 4 x Pentium III 700MHz with 1GiB ram, building the pp_ programs with -O2 -NDEBUG=1, using core-10 on a full 2.5.13 .config gives these times. This is after building the kernel so the databases are full. The output is from \time make -f $KBUILD_SRCTREE_000/Makefile-2.5 -j8 phase4 SMP is a

[kbuild-devel] Kbuild 2.5-2.3 for SuperH

2002-05-05 Thread Greg Banks
G'day, Here's the SuperH patches for kbuild-2.5 upgraded to 2.3 (kernel 2.5.12). There's no functional change except that 2.5.12 is even less broken so the "hacks" patch is gone. I'll update to 2.4 (2.5.13) sometime after 2.5.13 is merged into LinuxSH. Greg. -- the price of civilisation today

[kbuild-devel] installing header files

2002-05-05 Thread Brendan J Simon
Is there a way to install header files with kbuild ? (eg. "make headers_install"). I'm using a Configuration Management System that is pointing to kernel 2.4.18 source header files but an application can not find autoconf.h which is included by config.h. It seems autoconf.h is not in the ke

[kbuild-devel] Re: installing header files

2002-05-05 Thread Keith Owens
On Mon, 06 May 2002 12:10:09 +1000, Brendan J Simon <[EMAIL PROTECTED]> wrote: >I'm using a Configuration Management System that is pointing to kernel >2.4.18 source header files but an application can not find autoconf.h >which is included by config.h. That violates Linus's rule that applicat

Re: [kbuild-devel] Re: installing header files

2002-05-05 Thread Brendan J Simon
Keith Owens wrote: >On Mon, 06 May 2002 12:10:09 +1000, >Brendan J Simon <[EMAIL PROTECTED]> wrote: > >>I'm using a Configuration Management System that is pointing to kernel >>2.4.18 source header files but an application can not find autoconf.h >>which is included by config.h. >> > >That v

Re: [kbuild-devel] Re: installing header files

2002-05-05 Thread Keith Owens
On Mon, 06 May 2002 13:28:59 +1000, Brendan J Simon <[EMAIL PROTECTED]> wrote: >What I want to know is how do I _install_ linux kernel header files >(since I can't _directly_ use the ones supplied with the kernel source). >Is it as simple as copying all the linux header files that come in the >

Re: [kbuild-devel] Re: installing header files

2002-05-05 Thread Brendan J Simon
Keith Owens wrote: >On Mon, 06 May 2002 13:28:59 +1000, >Brendan J Simon <[EMAIL PROTECTED]> wrote: > >>Is there a way to do this with kbuild ? >> >make ... $KBUILD_OBJTREE/.tmp_src builds $KBUILD_OBJTREE/.tmp_src as a >forest of 10,000+ symlinks pointing to the latest version of every >source

Re: [kbuild-devel] Re: installing header files

2002-05-05 Thread Brendan J Simon
Keith Owens wrote: >>Is there a way to do this with kbuild ? >> >make ... $KBUILD_OBJTREE/.tmp_src builds $KBUILD_OBJTREE/.tmp_src as a >forest of 10,000+ symlinks pointing to the latest version of every >source file, taking into account any shadow trees. cp -aL on that tree >or a subset will

Re: [kbuild-devel] Re: installing header files

2002-05-05 Thread Keith Owens
On Mon, 06 May 2002 15:29:24 +1000, Brendan J Simon <[EMAIL PROTECTED]> wrote: >Rereading your message above, are you saying that I have to _manually_ >execute "make $KBUILD_SRCTREE_000/Makefile-2.5 $KBUILD_OBJTREE/.tmp_src" >to get this directory or should this just exist after a normal "make

Re: [kbuild-devel] Re: installing header files

2002-05-05 Thread Keith Owens
On Mon, 06 May 2002 15:11:25 +1000, Brendan J Simon <[EMAIL PROTECTED]> wrote: >>Instead I provide hooks where meta targets can be invoked, using >>scripts and commands from outside the kernel tree. A distributor can >>do what they want at any point in the build cycle and they have to >>maintain

[kbuild-devel] Re: Announce: Kernel Build for 2.5, Release 2.4 is available

2002-05-05 Thread Keith Owens
On Sat, 04 May 2002 00:19:10 +1000, Keith Owens <[EMAIL PROTECTED]> wrote: >Release 2.4 of kernel build for kernel 2.5 (kbuild 2.5) is available. >http://sourceforge.net/projects/kbuild/, package kbuild-2.5, download >release 2.4. kbuild-2.5-common-2.5.14-1 and kbuild-2.5-i386-2.5.14-1 are avail

Re: [kbuild-devel] Re: installing header files

2002-05-05 Thread Giacomo Catenazzi
Brendan J Simon wrote: > > > Keith Owens wrote: > Does anyone know how Linux distros (debian, redhat, etc) populate the > linux header files in /usr/include/linux ? Is a crude copy or is it > done via a make target ? According FHS (and Debian, RH,... follow FHS), /usr/include/linux is cr