1130,1169d1129 < buildmodul) < if [ ! -f "$BASEDIR/lfs/$2" ]; then < echo "LFS File not exist" < exit 1 < fi < clear < LOGFILE="$BASEDIR/log/_build.custom.$2.log" < export LOGFILE < PACKAGE=`ls -v -r $BASEDIR/cache/toolchains/$SNAME-$VERSION-toolchain-$TOOLCHAINVER-$MACHINE.tar.gz 2> /dev/null | head -n 1` < #only restore on a clean disk < if [ ! -f log/cleanup-toolchain-2-tools ]; then < if [ ! -n "$PACKAGE" ]; then < beautify build_stage "Full toolchain compilation - Native GCC: `gcc --version | grep GCC | awk {'print $3'}`" < prepareenv < buildtoolchain < else < PACKAGENAME=${PACKAGE%.tar.gz} < beautify build_stage "Packaged toolchain compilation" < if [ `md5sum $PACKAGE | awk '{print $1}'` == `cat $PACKAGENAME.md5 | awk '{print $1}'` ]; then < tar zxf $PACKAGE < prepareenv < else < exiterror "$PACKAGENAME md5 did not match, check downloaded package" < fi < fi < else < echo -n "Using installed toolchain" | tee -a $LOGFILE < beautify message SKIP < prepareenv < fi < < beautify build_start < beautify build_stage "Building LFS" < buildbase < < beautify build_stage "Building $2" < < ipfiremake $2 < beautify build_end < ;; 1171,1172c1131 < < echo "Usage: $0 {build|changelog|clean|gettoolchain|downloadsrc|shell|sync|toolchain|buildmodul}" --- > echo "Usage: $0 {build|changelog|clean|gettoolchain|downloadsrc|shell|sync|toolchain}"