equal
deleted
inserted
replaced
37 <echo message="INFO Building tools, unpack is not specified"/> |
37 <echo message="INFO Building tools, unpack is not specified"/> |
38 |
38 |
39 <!-- sf.spec.sbs.tools.config param used. do-target-build will decide to build sequentially/together --> |
39 <!-- sf.spec.sbs.tools.config param used. do-target-build will decide to build sequentially/together --> |
40 <antcall target="sf-do-target-compile" inheritAll="false" inheritRefs="true"> |
40 <antcall target="sf-do-target-compile" inheritAll="false" inheritRefs="true"> |
41 <param name="i.sf.spec.sbs.config" value="${sf.spec.sbs.tools.config}" /> |
41 <param name="i.sf.spec.sbs.config" value="${sf.spec.sbs.tools.config}" /> |
|
42 <param name="qmake.enabled" value="false"/> <!-- ensure qmake is not run, before its available --> |
42 </antcall> |
43 </antcall> |
43 </then> |
44 </then> |
44 <else> |
45 <else> |
45 <echo message="INFO Skipping tools build, tools were unpacked from ${sf.spec.baseline.location}"/> |
46 <echo message="INFO Skipping tools build, tools were unpacked from ${sf.spec.baseline.location}"/> |
46 </else> |
47 </else> |
71 <!-- call helium's compile-main target using the sbsInput args defined above --> |
72 <!-- call helium's compile-main target using the sbsInput args defined above --> |
72 <echo message="INFO Full export for all targets"/> |
73 <echo message="INFO Full export for all targets"/> |
73 <antcall target="compile-main" inheritAll="false" inheritRefs="true"> |
74 <antcall target="compile-main" inheritAll="false" inheritRefs="true"> |
74 <param name="build.system" value="${sf.spec.build.system}" /> |
75 <param name="build.system" value="${sf.spec.build.system}" /> |
75 <param name="sbs.inputs.list" value="sf.export"/> |
76 <param name="sbs.inputs.list" value="sf.export"/> |
|
77 <param name="qmake.enabled" value="false"/> <!-- ensure qmake is not run, before its available --> |
76 </antcall> |
78 </antcall> |
77 </target> |
79 </target> |
78 |
80 |
79 <!-- compile sbs.config list of targets either sequentially or together --> |
81 <!-- compile sbs.config list of targets either sequentially or together --> |
80 <target name="sf-do-target-compile"> |
82 <target name="sf-do-target-compile"> |