X-Git-Url: https://hackdaworld.org/gitweb/?p=outofuni%2Fdib.git;a=blobdiff_plain;f=build.sh;h=770d170b8e3a44ab9638333ae1a997366b3746b2;hp=7b7e2ed3a6aef12df4f85f01e96729ebcb61947c;hb=ac80b3900e90f33e4bcf1c45e2fcd71042ac7453;hpb=dbde171cfaeeae3dd3be1fc6abadabad0959d4c3 diff --git a/build.sh b/build.sh index 7b7e2ed..770d170 100755 --- a/build.sh +++ b/build.sh @@ -198,17 +198,17 @@ else . ./config.build fi -# check prerequisites -check_prereq - # debootstrap if [ -z $1 ]; then + check_prereq build_all > ./build.log 2>&1 elif [ "$1" = "chroot" ]; then build_in_chroot > ./build_in_chroot.log 2>&1 elif [ "$1" = "uboot" ]; then + check_prereq build_uboot > ./build_uboot.log 2>&1 elif [ "$1" = "kernel" ]; then + check_prereq build_kernel > ./build_kernel.log 2>&1 else echo "unknown option: '$1'"