X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fproduce_feisty_meow.sh;h=d9c832526378f8a488a551442e309e70230a9457;hb=a1a786edd84c7fe37284dad35834f3c011ac0576;hp=5b3135d03ee8dc536e3c5f7c4697eec52c70cc49;hpb=e66f47c936e8b86047a2dffb356a67b74b9629db;p=feisty_meow.git diff --git a/scripts/generator/produce_feisty_meow.sh b/scripts/generator/produce_feisty_meow.sh index 5b3135d0..d9c83252 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. @@ -203,7 +203,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 +212,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 ""