build.sh: remove make clean for lede
keep rebuilded toolchain
This commit is contained in:
parent
536d980770
commit
c755b61789
1
build.sh
1
build.sh
|
@ -25,7 +25,6 @@ fi
|
||||||
|
|
||||||
for target in $GLUON_TARGETS; do
|
for target in $GLUON_TARGETS; do
|
||||||
echo "Building target ${target}"
|
echo "Building target ${target}"
|
||||||
make clean GLUON_TARGET="$target" V=s
|
|
||||||
schedtool -B -e \
|
schedtool -B -e \
|
||||||
make --jobs=$(grep -c '^processor' /proc/cpuinfo) --output-sync=recurse \
|
make --jobs=$(grep -c '^processor' /proc/cpuinfo) --output-sync=recurse \
|
||||||
GLUON_TARGET="$target" V=s
|
GLUON_TARGET="$target" V=s
|
||||||
|
|
Loading…
Reference in New Issue