X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Fcpp%2Fpreconditions.sh;h=08d0222d4274f5b38b0bd7c18b6fd8f1822aec17;hb=refs%2Fheads%2Fmain;hp=1197a222875a451d7ed65b9450feaea7cd6003c2;hpb=36c116591de5ea8cb34d9fd4e0c776c9e2525217;p=feisty_meow.git diff --git a/scripts/clam/cpp/preconditions.sh b/scripts/clam/cpp/preconditions.sh old mode 100755 new mode 100644 index 1197a222..08d0222d --- a/scripts/clam/cpp/preconditions.sh +++ b/scripts/clam/cpp/preconditions.sh @@ -12,7 +12,7 @@ if [ ! -z "$CLEAN" ]; then fi # make sure generated files have a home. -if [ ! -d $TARGETS_DIR ]; then mkdir -p $TARGETS_DIR; fi +if [ ! -d $TARGETS_STORE ]; then mkdir -p $TARGETS_STORE; fi # create the generated files storage area. if [ ! -d $OUTPUT_ROOT ]; then mkdir -p $OUTPUT_ROOT; fi # create the top level object directory if it doesn't exist. @@ -33,7 +33,7 @@ if [ ! -d $STATIC_LIBRARY_DIR ]; then mkdir -p $STATIC_LIBRARY_DIR; fi # set versions on any extras that were specified in the makefile. if [ ! -z "$EXTRA_VERSIONS" ]; then for i in $EXTRA_VERSIONS; do - $CLAM_BINARY_DIR/version_stamper$EXE_END $i $PARAMETER_FILE + $CLAM_BINARIES/version_stamper$EXE_ENDING $i $PARAMETER_FILE done fi @@ -54,8 +54,8 @@ if [ ! -z "$TEST_MAKEFILE" ]; then #??, STATIC_LIBRARY_DIR - #echo "compiler=$COMPILER" - #echo "OP_SYSTEM=$OP_SYSTEM" + #echo "compiler=$CLAM_COMPILER" + #echo "OPERATING_SYSTEM=$OPERATING_SYSTEM" #echo "checking for all local libs: $LOCAL_LIBS_USED" failed_check=