On Thu, Apr 22, 2010 at 8:03 PM, Dmytro Boyko wrote: > I have question(maybe stupid) about chapter 5.6.1. "Installation of Linux API > Headers". Where I should execute these instructions: > make mrproper > make headers_check > make INSTALL_HDR_PATH=dest headers_install > cp -rv dest/include/* /tools/include > > Should I copy kernel sources to $LFS/source and do it from there or execute > it from $LFS/source/gcc-build where previous command finished. >
You should unpack the linux source into $LFS/source (tar -xjf linux[...].tar.bz2) then cd into the resulting directory and execute the commands there. This is the standard rule for all packages (see the last 'important' instruction in section 5.3). -- Tony (echo 'spend!,pocket awide' | sed 'y/acdeikospntw!, /l...@omcgtjuba.phi/') -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page