X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fproduce_feisty_meow.sh;h=dbecd2637009bd8a0182397b5e9f7402f7e1f013;hb=489eefa5c0460406dee8b369e3b7bfca142bd0e5;hp=5b3135d03ee8dc536e3c5f7c4697eec52c70cc49;hpb=7b39f7e279005c8466ef508220a532ce2aa4abf8;p=feisty_meow.git diff --git a/scripts/generator/produce_feisty_meow.sh b/scripts/generator/produce_feisty_meow.sh index 5b3135d0..dbecd263 100644 --- a/scripts/generator/produce_feisty_meow.sh +++ b/scripts/generator/produce_feisty_meow.sh @@ -94,7 +94,7 @@ export BOOT_STRAPPING=true declare -a BUILD_DEFAULTS=( "BOOT_STRAPPING=t" "OPTIMIZE=t" "REBUILD=t" "DEBUG=" ) # bootstrapping is always turned on for this particular script. # we also always optimize these builds and turn off the debug flag. - # rebuild ensures that the new apps are made fresh: "REBUILD=t" + # rebuild ensures that the new applications are made fresh: "REBUILD=t" # it can be turned off when the build bootstrapper is being tested. # noisy can be added to spew lots of text: "NOISY=t" # this can help with compilation issues by showing all the flags. @@ -180,10 +180,12 @@ if [ -z "$SAVE_BINARIES" ]; then fi # make the clam shell scripts executable. -chmod 755 "$CLAM_SCRIPTS"/*.sh -chmod 755 "$CLAM_SCRIPTS"/cpp/*.sh +#hmmm: why? this should no longer be needed. +# and even if it's needed, the perms should be stored in the repo. +#chmod 755 "$CLAM_SCRIPTS"/*.sh +#chmod 755 "$CLAM_SCRIPTS"/cpp/*.sh #chmod 755 "$CLAM_SCRIPTS"/csharp/*.sh -chmod 755 "$FEISTY_MEOW_SCRIPTS/generator/wrapdoze.sh" +#chmod 755 "$FEISTY_MEOW_SCRIPTS/generator/wrapdoze.sh" # rebuild the dependency tool. needed by everything, pretty much, but # since it's from the xfree project, it doesn't need any of our libraries. @@ -203,7 +205,7 @@ if [ ! -f "$CLAM_BINARIES/makedep$EXE_ENDING" ]; then popd &>/dev/null fi -# rebuild the version tools and other support apps. +# rebuild the version tools and other support applications. if [ ! -f "$CLAM_BINARIES/value_tagger$EXE_ENDING" \ -o ! -f "$CLAM_BINARIES/version_stamper$EXE_ENDING" \ -o ! -f "$CLAM_BINARIES/vsts_version_fixer$EXE_ENDING" \ @@ -212,7 +214,7 @@ if [ ! -f "$CLAM_BINARIES/value_tagger$EXE_ENDING" \ make_code pre_compilation OMIT_VERSIONS=t make_code OMIT_VERSIONS=t -#hmmm: really this should check all the expected apps. +#hmmm: really this should check all the expected applications. # nice to just have an array of the things built by this guy. if [ ! -f "$INTERMEDIATE_STORE/version_stamper$EXE_ENDING" ]; then echo ""