Philippe Delavalade schrieb: > Maybe a suggestion for those who read to quikly : > five or six lines more in each chapter, something like > cd /$LFS/sources > tar -xvf package-version.tar.[gz|bz2] > cd package-version > ... > cd .. > rm -vfr package-version > and eventually > rm -vfr package-build > > It should perhaps prevent people not to follow 5.3 ?
good idea. i'd go even one step further on. add another variable pointing to the packages. cd $LFS/sources tar -xvf $PCK/package-version.EXT cd package-version ... and with gcc cd $LFS/sources tar -xvf $PCK/gccX cd gccX tar -xvf $PCK/gmpX mv gmpX gmp tar -xvf $PCK/mpfr ... this avoids any relative path, everyting is fully specified by the variables $LFS and $PCK (or whatever you choose). greetings tobs -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
