From 893ffa0b8932a2639777b660d006d6cbf966631f Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 30 Jun 2021 17:55:32 -0700 Subject: [PATCH] remove unnecessary scons clean old-commit-hash: c0012892daae50302773ff0a3e3d69c440696b67 --- launch_chffrplus.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/launch_chffrplus.sh b/launch_chffrplus.sh index 29d5d8c188..d76dd9c181 100755 --- a/launch_chffrplus.sh +++ b/launch_chffrplus.sh @@ -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