Ignore:
Timestamp:
Feb 13, 2007, 8:52:28 AM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osc_snovis/trunk/obuild/sh/build_release

    r190 r193  
    12911291find "${obuild_dir_project}/Resources/OnXLab/." -depth -name .svn -exec /bin/rm -R -f {} \;
    12921292fi
     1293if [ "${obuild_platform_exe}" = "" ] ; then
     1294  echo "Variable obuild_platform_exe not defined."
     1295  exit
     1296fi
     1297obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
     1298if [ ${obuild_platform_result} = yes ] ; then
    12931299if [ ! -d "${obuild_OnXLab_path}/Darwin_obuild/OnXLab_onx.app" ] ; then
    12941300  echo "WARNNING : Directory ${obuild_OnXLab_path}/Darwin_obuild/OnXLab_onx.app not found."
     
    12991305find "${obuild_dir_project}/../../." -depth -name .svn -exec /bin/rm -R -f {} \;
    13001306fi
     1307fi
     1308unset obuild_platform_result
     1309if [ "${obuild_platform_exe}" = "" ] ; then
     1310  echo "Variable obuild_platform_exe not defined."
     1311  exit
     1312fi
     1313obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
     1314if [ ${obuild_platform_result} = yes ] ; then
    13011315if [ ! -d "${obuild_OnXLab_path}/Darwin_obuild/OnXLab_oqt.app" ] ; then
    13021316  echo "WARNNING : Directory ${obuild_OnXLab_path}/Darwin_obuild/OnXLab_oqt.app not found."
     
    13071321find "${obuild_dir_project}/../../." -depth -name .svn -exec /bin/rm -R -f {} \;
    13081322fi
     1323fi
     1324unset obuild_platform_result
    13091325if [ "${obuild_find_exe}" = "" ] ; then
    13101326  echo "Variable obuild_find_exe not defined."
     
    13331349find "${obuild_dir_project}/Resources/OpenPAW/." -depth -name .svn -exec /bin/rm -R -f {} \;
    13341350fi
     1351if [ "${obuild_platform_exe}" = "" ] ; then
     1352  echo "Variable obuild_platform_exe not defined."
     1353  exit
     1354fi
     1355obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
     1356if [ ${obuild_platform_result} = yes ] ; then
    13351357if [ ! -d "${obuild_OpenPAW_path}/Darwin_obuild/OpenPAW_opaw.app" ] ; then
    13361358  echo "WARNNING : Directory ${obuild_OpenPAW_path}/Darwin_obuild/OpenPAW_opaw.app not found."
     
    13411363find "${obuild_dir_project}/../../." -depth -name .svn -exec /bin/rm -R -f {} \;
    13421364fi
     1365fi
     1366unset obuild_platform_result
    13431367if [ "${obuild_find_exe}" = "" ] ; then
    13441368  echo "Variable obuild_find_exe not defined."
     
    14291453find "${obuild_dir_project}/Resources/snovis/." -depth -name .svn -exec /bin/rm -R -f {} \;
    14301454fi
     1455if [ "${obuild_platform_exe}" = "" ] ; then
     1456  echo "Variable obuild_platform_exe not defined."
     1457  exit
     1458fi
     1459obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
     1460if [ ${obuild_platform_result} = yes ] ; then
    14311461if [ ! -d "${obuild_snovis_path}/Darwin_obuild/snovis_session.app" ] ; then
    14321462  echo "WARNNING : Directory ${obuild_snovis_path}/Darwin_obuild/snovis_session.app not found."
     
    14371467find "${obuild_dir_project}/." -depth -name .svn -exec /bin/rm -R -f {} \;
    14381468fi
     1469fi
     1470unset obuild_platform_result
    14391471
    14401472if [ "${obuild_find_exe}" = "" ] ; then
Note: See TracChangeset for help on using the changeset viewer.