Ignore:
Timestamp:
Feb 9, 2007, 4:41:48 PM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

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

    r130 r132  
    148148fi
    149149
     150if [ "${obuild_group}" = main ] ; then
     151if [ "${obuild_do_mains}" = yes ] ; then
     152  if [ -e ./sh/build_app_prog_snova ] ; then
     153    ./sh/build_app_prog_snova ${obuild_args}
     154    obuild_status=$?;if [ ${obuild_status} != 0 ] ; then exit ${obuild_status};fi
     155  fi
     156fi
     157fi
     158
    150159if [ -e ./sh/install ] ; then
    151160  ./sh/install
Note: See TracChangeset for help on using the changeset viewer.