hi, all
 
In clfs 2.0 , chapter 5.3 , the following command seems have not set the
 
CLFS_HOST & CLFS_TARGET varable needed by the following chapters.
 
command:
export LFS_HOST="`echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g'`"
export LFS_TARGET="arm-unknown-linux-gnu"
echo export LFS_HOST=\""${CLFS_HOST}\"" >> ~/.bashrc
echo export LFS_TARGET=\""${CLFS_TARGET}\"" >> ~/.bashrc
 
and then i logoff and login again , the 'echo $LFS_HOST $LFS_TARGET $CLFS_HOST $LFS_TARGET' output is all null.
 
i think it should  be :
echo export CLFS_HOST=\""${LFS_HOST}\"" >> ~/.bashrc
echo export CLFS_TARGET=\""${LFS_TARGET}\"" >> ~/.bashrc
 
isn't it ?
 

 
 
 
 
_______________________________________________
Clfs-dev mailing list
[email protected]
http://ninja.linux-phreak.biz/mailman/listinfo/clfs-dev

Reply via email to