common/build.xml
changeset 8 b7bfb0cc6f4a
parent 7 389e1e1f1583
child 9 29394d95b3e1
--- a/common/build.xml	Thu Mar 05 17:56:06 2009 +0000
+++ b/common/build.xml	Thu Mar 05 18:25:31 2009 +0000
@@ -41,13 +41,9 @@
         </fmpp>
     </target>
     
-    <target name="sf-build" depends="sf-prep,sf-prebuild,sf-get-source,sf-build-run,sf-postbuild">
+    <target name="sf-build" depends="sf-prep,sf-prebuild,sf-build-noprep,sf-postbuild">
         <echo>[SF-BUILD]</echo>
-    </target>
-    
-    <target name="sf-build-noprep">
-        <echo>[SF-BUILD-NO-PREP]</echo>
-    </target>
+    </target>   
     
     <target name="sf-prep" depends="sf-generate-source-spec, prep-drive,init-build-area,check-tool-dependencies,create-bom,log-build-env">
         <echo>[SF-PREP]</echo>
@@ -76,8 +72,8 @@
         <echo>[SF-POSTBUILD]</echo>
     </target>
     
-    <target name="sf-build-run" depends="sf-compile">
-        <echo>[SF-BUILD-RUN]</echo>
+    <target name="sf-build-noprep" depends="sf-compile">
+        <echo>[SF-BUILD-NOPREP]</echo>
     </target>
     
     <target name="sf-compile">