remove unnecessary scons clean

old-commit-hash: c0012892da
commatwo_master
Adeeb Shihadeh 4 years ago
parent 68ac29452d
commit 893ffa0b89
  1. 1
      launch_chffrplus.sh

@ -84,7 +84,6 @@ function two_init {
if [ ! -f "$BASEDIR/prebuilt" ]; then if [ ! -f "$BASEDIR/prebuilt" ]; then
# Clean old build products, but preserve the scons cache # Clean old build products, but preserve the scons cache
cd $DIR cd $DIR
scons --clean
git clean -xdf git clean -xdf
git submodule foreach --recursive git clean -xdf git submodule foreach --recursive git clean -xdf
fi fi

Loading…
Cancel
Save