cleaning up old production directories now, so upgraded feisty doesn't have crud...
authorChris Koeritz <fred@gruntose.com>
Tue, 1 Dec 2015 17:01:40 +0000 (12:01 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 1 Dec 2015 17:01:40 +0000 (12:01 -0500)
scripts/generator/whack_build.sh

index 95e203d1ed69c4c0584db387880a0395b2d149e1..82812e93b8988f1b666a0d0bff1581f83fd19c1b 100644 (file)
@@ -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..."