You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/11/13 15:12:14 UTC

svn commit: r474325 - /incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml

Author: geirm
Date: Mon Nov 13 06:12:14 2006
New Revision: 474325

URL: http://svn.apache.org/viewvc?view=rev&rev=474325
Log:
HARMONY-2168

Fix build for people not using SVN


Modified:
    incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml

Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml?view=diff&rev=474325&r1=474324&r2=474325
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml (original)
+++ incubator/harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml Mon Nov 13 06:12:14 2006
@@ -36,7 +36,13 @@
         </copy>
     </target>
 
-    <target name="init" depends="common_vm, stamp_version">
+    <target name="copy_version" depends="common_vm" unless="svn.revision">
+        <copy file="${build.vm.home}/vmcore/include/version_svn_tag_orig.h"
+              tofile="${build.vm.home}/vmcore/include/version_svn_tag.h" overwrite="false">
+        </copy>
+    </target>
+
+    <target name="init" depends="common_vm, stamp_version, copy_version">
         <property name="build.depends" value="extra.apr,
                                               extra.aprutil,
                                               extra.log4cxx,