remove unnecessary scons clean

This commit is contained in:
Adeeb Shihadeh
2021-06-30 17:55:32 -07:00
parent a680d0cea1
commit c0012892da
-1
View File
@@ -84,7 +84,6 @@ function two_init {
if [ ! -f "$BASEDIR/prebuilt" ]; then
# Clean old build products, but preserve the scons cache
cd $DIR
scons --clean
git clean -xdf
git submodule foreach --recursive git clean -xdf
fi