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 get the files used to build the kernel.  .tmp_src does
>not include the generated object files, cp -aL $KBUILD_OBJTREE/include
>will get the generated headers as well.
>
I'm using kbuild-2.5-release-1.12 on a 2.4.18 kernel.  Does that make 
any difference ?
I couldn't find a .tmp_src directory, however I did find a .tmp_include 
directory.

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 
installable" or "make install" ?

Thanks,
Brendan Simon.



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to