equal
deleted
inserted
replaced
41 |
41 |
42 <!-- |
42 <!-- |
43 ** TARGET DEFINITIONS |
43 ** TARGET DEFINITIONS |
44 --> |
44 --> |
45 |
45 |
46 <target name="sf-prep" depends="sf-generate-source-spec, prep-drive,init-build-area,check-tool-dependencies,create-bom,log-build-env"> |
46 <target name="sf-prep" depends="sf-generate-source-spec,prep-drive,init-build-area,check-tool-dependencies,create-bom,log-build-env"> |
47 <echo>[SF-PREP]</echo> |
47 <echo>[SF-PREP]</echo> |
48 <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/> |
48 <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/> |
49 </target> |
49 </target> |
50 |
50 |
51 <target name="sf-build-all" depends="sf-prebuild,sf-build-noprep,sf-postbuild"> |
51 <target name="sf-build-all" depends="sf-prebuild,sf-build-noprep,sf-postbuild"> |
76 </fmpp> |
76 </fmpp> |
77 </target> |
77 </target> |
78 |
78 |
79 <target name="sf-prebuild"> |
79 <target name="sf-prebuild"> |
80 <echo>[SF-PREBUILD]</echo> |
80 <echo>[SF-PREBUILD]</echo> |
|
81 |
|
82 <!-- create BOM dir --> |
|
83 <mkdir dir="${build.drive}/output/BOM"/> |
81 |
84 |
82 <if> |
85 <if> |
83 <istrue value="${sf.spec.baseline.enable}" /> |
86 <istrue value="${sf.spec.baseline.enable}" /> |
84 <then> |
87 <then> |
85 <runtarget target="preparation-getenv"/> |
88 <runtarget target="preparation-getenv"/> |