updates for less shelly behavior
[feisty_meow.git] / scripts / clam / cpp / preconditions.sh
old mode 100755 (executable)
new mode 100644 (file)
index 1197a22..08d0222
@@ -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=