sf-platform/compile.ant.xml
changeset 940 5d6e2c958c66
parent 939 4dd6f1dde1fe
child 975 9e13c23197b2
equal deleted inserted replaced
939:4dd6f1dde1fe 940:5d6e2c958c66
    58   <!-- perform export only first to assist when parallel makefile parsing -->
    58   <!-- perform export only first to assist when parallel makefile parsing -->
    59   <target name="sf-do-full-export">
    59   <target name="sf-do-full-export">
    60     <hlm:sbsinput id="sf.export">
    60     <hlm:sbsinput id="sf.export">
    61         <sbsOptions>
    61         <sbsOptions>
    62             <arg line="-k" />
    62             <arg line="-k" />
       
    63             <arg line="-j ${sf.spec.sbs.numberofjobs}"/>
    63             <arg line="-t ${sf.spec.sbs.retry.limit}"/>
    64             <arg line="-t ${sf.spec.sbs.retry.limit}"/>
    64             <arg name="--logfile" value="${compile.log.dir}/${build.id}_${sf.spec.os.sysdef.clean.configurations.list}_compile_full_export.log" />
    65             <arg name="--logfile" value="${compile.log.dir}/${build.id}_${sf.spec.os.sysdef.clean.configurations.list}_compile_full_export.log" />
    65             <arg name="--makefile" value="${compile.log.dir}/${build.id}_${sf.spec.os.sysdef.clean.configurations.list}_compile_full_export_Makefile" />
    66             <arg name="--makefile" value="${compile.log.dir}/${build.id}_${sf.spec.os.sysdef.clean.configurations.list}_compile_full_export_Makefile" />
    66             <arg line="--export-only"/>
    67             <arg line="--export-only"/>
    67         </sbsOptions>
    68         </sbsOptions>