--- a/sf-platform/compile.ant.xml Mon Apr 26 13:17:00 2010 +0100
+++ b/sf-platform/compile.ant.xml Mon Apr 26 14:57:26 2010 +0100
@@ -28,7 +28,7 @@
<propertyregex property="sf.unpack.tools" override="true" input="${sf.spec.baseline.getenv_options}" regexp="-i tools" select="true" defaultValue="false" casesensitive="false"/>
<!-- perform initial exports -->
- <antcall target="sf-do-full-export">
+ <antcall target="sf-do-full-export" inheritAll="false" inheritRefs="true">
<param name="sf.export.stage.name" value="full_export"/>
</antcall>
@@ -52,12 +52,12 @@
</if>
<!-- explicitly run qmake once, as iterative build will repeat the step -->
- <antcall target="run-qmake">
+ <antcall target="run-qmake" inheritAll="false" inheritRefs="true">
<param name="qmake.enabled" value="true"/>
</antcall>
<!-- perform exports for bld.infs generated by qmake -->
- <antcall target="sf-do-full-export">
+ <antcall target="sf-do-full-export" inheritAll="false" inheritRefs="true">
<param name="sf.export.stage.name" value="post_qmake_export"/>
</antcall>