Linux From Scratch - Version SVN-20090629

Section: 5.9.1. Installation of Binutils

Question about the 3 commands:

make -C ld clean
make -C ld LIB_PATH=/usr/lib:/lib
cp -v ld/ld-new /tools/bin

I assume the 1st command cleans the current build ld directory

The 2nd command doesn't make sense to me. If we're building off the LFS 
bintools in the 2nd phase, why a need to point to the host system lib files 
'/use/lib:/lib'

should the 2nd statement not be:

make -C ld LIB_PATH=/tools/lib

Kind Regards,
Rajinder Yadav


      __________________________________________________________________
The new Internet Explorer® 8 - Faster, safer, easier.  Optimized for Yahoo!  
Get it Now for Free! at http://downloads.yahoo.com/ca/internetexplorer/

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to