echo " -> call build_configure in source directories"
echo " -> create build and install directories"
echo " -> call configure, make, make install from build directories"
- echo " -> update environment file"
+ echo " -> update environment file (only sh syntax is supported)"
echo
echo Usage :
echo
echo "Options configure : $OPTIONS_CONFIGURE"
echo "Environment File : $ENVIRON_FILE"
echo
-echo
-echo
-echo
-echo
if [ $ENVIRON_FILE ] && [ -f $ENVIRON_FILE ]
then
cat ${ENVIRON_FILE} | sed "s/ENV_FOR_LAUNCH=1/ENV_FOR_LAUNCH=0/g" > ${ENVIRON_FILE}.tmp
source ${ENVIRON_FILE}.tmp
rm ${ENVIRON_FILE}.tmp
+ echo source Environment File with ENV_FOR_LAUNCH=0
+else
+ echo Warning : Environment File Not Found!
fi
LOCAL_DIR=`pwd`