build.sh: remove make clean for lede

keep rebuilded toolchain
This commit is contained in:
Martin/Geno 2018-02-01 09:29:48 +01:00 committed by Jan-Philipp Litza
parent 3fbbd41ee7
commit 4a90a462a7
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ fi
for target in $GLUON_TARGETS; do
echo "Building target ${target}"
make clean GLUON_TARGET="$target" V=s
schedtool -B -e \
make --jobs=$(grep -c '^processor' /proc/cpuinfo) --output-sync=recurse \
GLUON_TARGET="$target" V=s