equal
deleted
inserted
replaced
23 <project name="common_sbs_input" xmlns:au="org.apache.ant.antunit" xmlns:hlm="http://www.nokia.com/helium"> |
23 <project name="common_sbs_input" xmlns:au="org.apache.ant.antunit" xmlns:hlm="http://www.nokia.com/helium"> |
24 <description> |
24 <description> |
25 Common sbs input config. |
25 Common sbs input config. |
26 </description> |
26 </description> |
27 <!-- Common make options for particular engine values of it could be overridden by referencing it--> |
27 <!-- Common make options for particular engine values of it could be overridden by referencing it--> |
|
28 <condition property="sbs.no.thread.jobs" value="20" else="${number.of.threads}"> |
|
29 <equals arg1="${build.system}" arg2="sbs-ec" /> |
|
30 </condition> |
|
31 |
28 <hlm:sbsmakeoptions id="commonEMakeOptions" engine="emake"> |
32 <hlm:sbsmakeoptions id="commonEMakeOptions" engine="emake"> |
29 <arg name="--emake-emulation" value="gmake" /> |
33 <arg name="--emake-emulation" value="gmake" /> |
30 <arg name="--emake-annodetail" value="basic,history,waiting" /> |
34 <arg name="--emake-annodetail" value="basic,history,waiting" /> |
31 <arg name="--emake-class" value="${ec.build.class}" /> |
35 <arg name="--emake-class" value="${ec.build.class}" /> |
32 <arg name="--emake-historyfile" value="${build.log.dir}/ec_history/raptor_clean.emake.data" /> |
36 <arg name="--emake-historyfile" value="${build.log.dir}/ec_history/raptor_clean.emake.data" /> |
49 </hlm:sbsmakeoptions> |
53 </hlm:sbsmakeoptions> |
50 |
54 |
51 <!-- tools common sbs options --> |
55 <!-- tools common sbs options --> |
52 <hlm:sbsoptions id="commonSBS"> |
56 <hlm:sbsoptions id="commonSBS"> |
53 <arg line="-k" /> |
57 <arg line="-k" /> |
|
58 <arg line="-j ${sbs.no.thread.jobs}" /> |
54 </hlm:sbsoptions> |
59 </hlm:sbsoptions> |
55 |
60 |
56 <!-- tools common sbs options --> |
61 <!-- tools common sbs options --> |
57 <hlm:sbsoptions id="toolsCommonSBS"> |
62 <hlm:sbsoptions id="toolsCommonSBS"> |
58 <argset refid="commonSBS" /> |
63 <argset refid="commonSBS" /> |