remove unnecessary scons clean

old-commit-hash: c0012892da
This commit is contained in:
Adeeb Shihadeh
2021-06-30 17:55:32 -07:00
parent 68ac29452d
commit 893ffa0b89
-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