From 3bfed2b716ed455d47d99835e6ee0e16afff584e Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 1 Dec 2015 12:01:40 -0500 Subject: [PATCH] cleaning up old production directories now, so upgraded feisty doesn't have crud left. --- scripts/generator/whack_build.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/generator/whack_build.sh b/scripts/generator/whack_build.sh index 95e203d1..82812e93 100644 --- a/scripts/generator/whack_build.sh +++ b/scripts/generator/whack_build.sh @@ -35,7 +35,7 @@ function whack_single_build_area() #*** hmmm: above is wrong place now! local TEMPORARIES_DIR="$CLEANING_TOP/temporaries" - # kerzap. + # kerzap. the few cleanups in production directory remove older locations of generated files. rm -rf \ "$FEISTY_MEOW_DIR/generatedJUnitFiles" \ "$CLEANING_TOP/binaries" \ @@ -45,7 +45,12 @@ function whack_single_build_area() "$TEMPORARIES_DIR" \ "$GENERATED_DIR" \ "$CLEANING_TOP/__build_"*.h \ - "$CLEANING_TOP/manifest.txt" + "$CLEANING_TOP/manifest.txt" \ + "$PRODUCTION_DIR/clam_bin" \ + "$PRODUCTION_DIR/binaries" \ + "$PRODUCTION_DIR/install" \ + "$PRODUCTION_DIR/logs" \ + "$PRODUCTION_DIR/waste" # echo $(date): " cleaning generated files in source hierarchy..." -- 2.34.1