Merge fix to RC4 default fix
authortimothy.murphy@nokia.com
Tue, 13 Apr 2010 13:26:25 +0100
branchfix
changeset 480 6dc1dae496c0
parent 479 62411a80435e (current diff)
parent 432 679d97112f98 (diff)
child 482 f3b5772862f7
Merge fix to RC4 default
sbsv2/raptor/RELEASE-NOTES.html
--- a/sbsv2/raptor/RELEASE-NOTES.html	Tue Apr 13 13:24:39 2010 +0100
+++ b/sbsv2/raptor/RELEASE-NOTES.html	Tue Apr 13 13:26:25 2010 +0100
@@ -45,6 +45,7 @@
 <li>Fix : Makefile Parse Performance in Resource stage is poor. Large size of included dependency files is a factor. In --no-depend-generate mode, create dependency files which only refer to other rsg/mbg files that are yet to be built - store no other dependencies.</li>
 <li>Fix : don't generate multiple copies of the same resource just because there are several target paths. Generate it once and copy that to the different target paths.</li>
 <li><a href="http://developer.symbian.org/bugs/show_bug.cgi?id=2302"> SF Bug 2302 </a> - sbs_filter refers to python.exe in win32/python264/                                                                  </li>
+<li>                                                                  Fix : ensure that FLMDEBUG is empty by default                                                                                          </li>
 
 </ul>
 
--- a/sbsv2/raptor/lib/config/root.xml	Tue Apr 13 13:24:39 2010 +0100
+++ b/sbsv2/raptor/lib/config/root.xml	Tue Apr 13 13:26:25 2010 +0100
@@ -11,6 +11,8 @@
 	-->
 
 	<var name="root">
+		<env name='FLMDEBUG' default=''/>	
+	
 		<varRef ref="root.places"/>
 		<varRef ref="root.properties"/>
 		
--- a/sbsv2/raptor/lib/flm/base.xml	Tue Apr 13 13:24:39 2010 +0100
+++ b/sbsv2/raptor/lib/flm/base.xml	Tue Apr 13 13:26:25 2010 +0100
@@ -16,6 +16,7 @@
 		<param name='PROJECT_META' default=''/>     <!-- my.mmp  -->
 		<param name='DATE' default=''/>
 		<param name='DUMPBCINFO' default=''/>
+		<param name='FLMDEBUG'  default=''/>
 		<param name='PLATFORM' default=''/>
 		<param name='GNUMAKE38'/>
 		<param name='GNUCP'/>
--- a/sbsv2/raptor/python/raptor_version.py	Tue Apr 13 13:24:39 2010 +0100
+++ b/sbsv2/raptor/python/raptor_version.py	Tue Apr 13 13:26:25 2010 +0100
@@ -16,7 +16,7 @@
 
 # replace CHANGESET with the Hg changeset for ANY release
 
-version=(2,13,0,"2010-04-09","symbian build system","CHANGESET")
+version=(2,13,0,"2010-04-12","symbian build system","CHANGESET")
 
 def numericversion():
 	"""Raptor version string"""