X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fbuild_variables.sh;h=eb3a56605c3c60ffe6d95567b14060b91649c699;hb=d3f33845f7af968f9ac3fc90fc608d7ff1ffbf76;hp=3139aac7bc79e113c4184555727dfde002d1f6af;hpb=f6066f2fa1be664694756f980e25f3d0a4b8228b;p=feisty_meow.git diff --git a/scripts/generator/build_variables.sh b/scripts/generator/build_variables.sh index 3139aac7..eb3a5660 100644 --- a/scripts/generator/build_variables.sh +++ b/scripts/generator/build_variables.sh @@ -9,12 +9,12 @@ # building the source code. It can either be run as a bash script directly # like so: # -# bash ~/feisty_meow/scripts/generator/build_variables.sh +# bash $FEISTY_MEOW_APEX/scripts/generator/build_variables.sh # # which will establish a new shell containing all the variables, or you can # 'source' the script like so: # -# build_vars=~/feisty_meow/scripts/generator/build_variables.sh +# build_vars=$FEISTY_MEOW_APEX/scripts/generator/build_variables.sh # source $build_vars $build_vars # # to set all of the variables in your current shell. The full path is @@ -180,11 +180,11 @@ if [ -z "$got_bad" ]; then # where we store the binaries used for building the rest of the code base. export CLAM_BINARIES="$RUNTIME_PATH/clam_bin" # the final destination for the new binaries which provide the hoople - # build with all the apps it needs to get going. + # build with all the applications it needs to get going. export TARGETS_STORE="$RUNTIME_PATH/binaries" # targets directory is meaningful to clam, which will use it for output. export INTERMEDIATE_STORE="$TARGETS_STORE" - # where we are building the apps before they get promoted. + # where we are building the applications before they get promoted. #hmmm: could allow override on this if already set. # calculate which build ini file to use.