You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2008/02/04 12:36:32 UTC

svn commit: r618241 - /harmony/enhanced/drlvm/trunk/build.xml

Author: varlax
Date: Mon Feb  4 03:36:31 2008
New Revision: 618241

URL: http://svn.apache.org/viewvc?rev=618241&view=rev
Log:
Support auto.fetch property.

Modified:
    harmony/enhanced/drlvm/trunk/build.xml

Modified: harmony/enhanced/drlvm/trunk/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build.xml?rev=618241&r1=618240&r2=618241&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/build.xml (original)
+++ harmony/enhanced/drlvm/trunk/build.xml Mon Feb  4 03:36:31 2008
@@ -82,7 +82,8 @@
         description="Performs a full build - that is 'clean' then 'build'" />
 
     <target name="build" 
-        depends="drlvm-echo, setup,
+        depends="drlvm-echo, -auto-fetch,
+        setup,
         interpreter,
         kernel,
         em,
@@ -94,6 +95,10 @@
         deploy-relocate,
         deploy-canonical"
         description="Compiles the java and native code to produce a jdk">
+    </target>
+    
+    <target name="-auto-fetch" if="auto.fetch">
+        <antcall target="fetch-depends"/>
     </target>
 
     <target name="clean" depends=""