X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fwhack_build.sh;h=0778fb6da08ef9bf1c4339d82ceb8c2c5cafc33c;hb=068a293d75c9b3bfe11489d062a7d20a6be9ddaa;hp=a9dc095ffa41e17b9cd4892d2e307439a09ea131;hpb=7160a9d8b361d96926f008bf958ce94a30c6eb09;p=feisty_meow.git diff --git a/scripts/generator/whack_build.sh b/scripts/generator/whack_build.sh index a9dc095f..0778fb6d 100644 --- a/scripts/generator/whack_build.sh +++ b/scripts/generator/whack_build.sh @@ -14,7 +14,7 @@ function whack_single_build_area() fi local choprepo="$(basename "$(dirname "$CLEANING_LOCALE")" )/$(basename "$CLEANING_LOCALE")" - echo $(date): "Cleaning up [$choprepo]..." + echo $(date): "cleaning up [$choprepo]..." if [ -z "$CLEANING_LOCALE" ]; then echo "The CLEANING_LOCALE variable is not set!" exit 3 @@ -26,7 +26,7 @@ function whack_single_build_area() CLEANING_TOP="$CLEANING_LOCALE/production" -# echo $(date): " Cleaning up the build products..." +# echo $(date): " cleaning up the build products..." # avoid accidentally removing way too much important stuff if our variables have not # been previously established. @@ -45,14 +45,14 @@ function whack_single_build_area() "$CLEANING_TOP/__build_"*.h \ "$CLEANING_TOP/manifest.txt" -# echo $(date): " Cleaning generated files in source hierarchy..." +# echo $(date): " cleaning generated files in source hierarchy..." if [ "$clean_src" == "clean" -o "$clean_src" == "CLEAN" ]; then - echo $(date): " ** Aggressive cleaning activated..." - perl "$FEISTY_MEOW_DIR/scripts/files/zapdirs.pl" "$CLEANING_TOP" >>"$CRUDFILE" + echo $(date): " ** aggressive cleaning activated..." + perl "$FEISTY_MEOW_DIR/scripts/files/zapdirs.pl" "$FEISTY_MEOW_DIR" >>"$CRUDFILE" fi - echo $(date): "Cleaned [$choprepo]." + echo $(date): "cleaned [$choprepo]." rm -rf "$NEW_TMP" return 0 }