X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fwhack_build.sh;h=f0830a94b92c5f148f71bc00b24a9f7ada2088a3;hb=e6c1c511f0aaccffd2792a8b1a62d7ffd091f524;hp=fea766eda2b230e1d1dd4ab8528f5612a88c2249;hpb=9d1052f9cae51864e8fb39d3f34048952b169cf4;p=feisty_meow.git diff --git a/scripts/generator/whack_build.sh b/scripts/generator/whack_build.sh index fea766ed..f0830a94 100644 --- a/scripts/generator/whack_build.sh +++ b/scripts/generator/whack_build.sh @@ -36,15 +36,15 @@ function whack_single_build_area() # kerzap. the cleanups in production directory remove older locations of generated files. rm -rf \ - "$GENERATED_DIR/clam_bin" \ - "$GENERATED_DIR/binaries" \ - "$GENERATED_DIR/install" \ - "$GENERATED_DIR/logs" \ - "$GENERATED_DIR/waste" \ "$FEISTY_MEOW_APEX/generatedJUnitFiles" \ - "$TEMPORARIES_DIR" \ + "$GENERATED_DIR/clam_tmp" \ + "$GENERATED_DIR/logs" \ "$PRODUCTION_DIR/__build_"*.h \ "$PRODUCTION_DIR/manifest.txt" \ + "$RUNTIME_DIR/binaries" \ + "$RUNTIME_DIR/install" \ + "$RUNTIME_DIR/waste" \ + "$TEMPORARIES_DIR" \ "$PRODUCTION_DIR/clam_bin" \ "$PRODUCTION_DIR/binaries" \ "$PRODUCTION_DIR/install" \