From 6274c7919ac0718f1b980b0c4e290533a19c98c8 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Mon, 12 Nov 2018 13:34:21 +0000 Subject: [PATCH] updated clean scripts --- clean-all.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clean-all.sh b/clean-all.sh index 17ba73ecd..3597650a7 100755 --- a/clean-all.sh +++ b/clean-all.sh @@ -72,9 +72,13 @@ if [ -d $ZIPR_HOME ]; then scons -c || exit fi +cd $DAFFY_HOME +./clean_cfar.sh cd $PEASOUP_UMBRELLA_DIR + + # clean up installation if this module is the root of the install. # skip pedi cleanup if we are part of a larger project, as future builds # won't know how to install properly. -- GitLab