Ignore:
Timestamp:
Feb 13, 2007, 9:53:03 AM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

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

    r190 r196  
    577577  exit
    578578fi
     579obuild_bhep_path=`"${obuild_find_exe}" bhep 'v1r4p2'`
     580if [ "${obuild_bhep_path}" = "" ] ; then
     581  echo "Can't find bhep package."
     582  exit
     583fi
     584
     585cd "${obuild_bhep_path}/obuild"
     586if [ ${obuild_verbose} = yes ] ; then set -x;fi
     587echo "build bhep/v1r4p2 ..."
     588./sh/build  ${obuild_args}
     589obuild_status=$?;if [ ${obuild_status} != 0 ] ; then exit ${obuild_status};fi
     590if [ ${obuild_verbose} = yes ] ; then set +x;fi
     591if [ "${obuild_find_exe}" = "" ] ; then
     592  echo "Variable obuild_find_exe not defined."
     593  exit
     594fi
     595obuild_snova_path=`"${obuild_find_exe}" snova 'v2r0p0'`
     596if [ "${obuild_snova_path}" = "" ] ; then
     597  echo "Can't find snova package."
     598  exit
     599fi
     600
     601cd "${obuild_snova_path}/obuild"
     602if [ ${obuild_verbose} = yes ] ; then set -x;fi
     603echo "build snova/v2r0p0 ..."
     604./sh/build  ${obuild_args}
     605obuild_status=$?;if [ ${obuild_status} != 0 ] ; then exit ${obuild_status};fi
     606if [ ${obuild_verbose} = yes ] ; then set +x;fi
     607if [ "${obuild_find_exe}" = "" ] ; then
     608  echo "Variable obuild_find_exe not defined."
     609  exit
     610fi
    579611obuild_snovis_path=`"${obuild_find_exe}" snovis 'v1r1'`
    580612if [ "${obuild_snovis_path}" = "" ] ; then
Note: See TracChangeset for help on using the changeset viewer.