X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Fcpp%2Fpostconditions.sh;h=174529a2576697f294bf7edd48daa7c06e94b47a;hb=8aec25f6496659248d997e474195ee4acdcdb976;hp=1c1490bf82e6e544903d409f52277444c20024ad;hpb=b4b77f8dda5d32d43c0a1dd66f9a165b64cacb09;p=feisty_meow.git diff --git a/scripts/clam/cpp/postconditions.sh b/scripts/clam/cpp/postconditions.sh index 1c1490bf..174529a2 100755 --- a/scripts/clam/cpp/postconditions.sh +++ b/scripts/clam/cpp/postconditions.sh @@ -10,7 +10,7 @@ fi if [ -f $FAILURE_FILE ]; then echo Postconditions will not promote due to a failure: cat $FAILURE_FILE - . $CLAM_DIR/exit_make.sh + . $CLAM_SCRIPTS/exit_make.sh fi # make sure that we actually did something during the make. @@ -23,9 +23,9 @@ fi for i in *.resources; do rm -f "$i"; done # causes the shell to quit. -DIE="source $CLAM_DIR/exit_make.sh" +DIE="source $CLAM_SCRIPTS/exit_make.sh" -if [ ! -d $TARGETS_DIR ]; then mkdir -p $TARGETS_DIR; fi +if [ ! -d $TARGETS_STORE ]; then mkdir -p $TARGETS_STORE; fi if [ "$TYPE" = "library" ]; then @@ -61,6 +61,6 @@ elif [ "$TYPE" = "hierarchy" ]; then else echo "Unknown type for project [$TYPE]; cancelling postconditions!" - source $CLAM_DIR/exit_make.sh + source $CLAM_SCRIPTS/exit_make.sh fi