In article <9aqmgo$8f6ol$[EMAIL PROTECTED]> you write:
>In article <[EMAIL PROTECTED]>,
>Marvin Stodolsky  <[EMAIL PROTECTED]> wrote:
>>Thanks for responding.  But I would still like to understand what the
>>functionality is of the build --> /usr/src/linuc.  Is it dispensable,
>>once the module tree has been installed? 
>
>It's needed for modules that are distributed sperately, so that
>they can use cc -I /lib/modules/`uname -r`/build/include
>
>Or even
>
>       l=`pwd`
>       cd /lib/modules/`uname -r`/build
>       make $l/module.o
>
>.. but there should be a cleaner way to get at the CFLAGS used
>to compile the kernel.


Ahhhh. Not again.

uname does not always provide useful information (cross compiling). Even
if you're building the same ISA, you maybe in a chroot'ed environment.

Can we please not assume that everybody only ever builds native...

>
>Mike.

richard.

-----------------------------------------------------------------------
Richard Offer                         Technical Lead, Trust Technology.
"Specialization is for insects"
__________________________________________http://reality.sgi.com/offer/



-----------------------------------------------------------------------
Richard Offer                         Technical Lead, Trust Technology.
"Specialization is for insects"
__________________________________________http://reality.sgi.com/offer/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to