# HG changeset patch # User timothy.murphy@nokia.com # Date 1273608652 -3600 # Node ID b41ce675e7b23049d573ddfc8356de2ec72a1f64 # Parent 61527222d70c5102ea6460d1a481b92127cafb41 fix: pull less modules into depcrunch. fix timing test. Don't report RPP unnecessarily in resource FLM. diff -r 61527222d70c -r b41ce675e7b2 sbsv2/raptor/bin/depcrunch.py --- a/sbsv2/raptor/bin/depcrunch.py Tue May 11 20:27:01 2010 +0100 +++ b/sbsv2/raptor/bin/depcrunch.py Tue May 11 21:10:52 2010 +0100 @@ -20,7 +20,6 @@ import sys from optparse import OptionParser -import os import re class NoTargetException(Exception): diff -r 61527222d70c -r b41ce675e7b2 sbsv2/raptor/lib/flm/resource.flm --- a/sbsv2/raptor/lib/flm/resource.flm Tue May 11 20:27:01 2010 +0100 +++ b/sbsv2/raptor/lib/flm/resource.flm Tue May 11 21:10:52 2010 +0100 @@ -131,7 +131,7 @@ $1.d: $(SOURCE) $(call startrule,resourcedependencies,FORCESUCCESS) \ - RPP=$1; $(GNUCPP) -DLANGUAGE_$(3) -DLANGUAGE_$(subst sc,SC,$3) $(call makemacrodef,-D,$(MMPDEFS))\ + $(GNUCPP) -DLANGUAGE_$(3) -DLANGUAGE_$(subst sc,SC,$3) $(call makemacrodef,-D,$(MMPDEFS))\ $(CPPOPT) $(SOURCE) -M -MG -MT"$1" | \ $$(DEPENDENCY_CORRECTOR) >$$@ \ $(call endrule,resourcedependencies) diff -r 61527222d70c -r b41ce675e7b2 sbsv2/raptor/test/smoke_suite/timing.py --- a/sbsv2/raptor/test/smoke_suite/timing.py Tue May 11 20:27:01 2010 +0100 +++ b/sbsv2/raptor/test/smoke_suite/timing.py Tue May 11 21:10:52 2010 +0100 @@ -25,7 +25,7 @@ t.id = "0103b" t.name = "timing_on" t.command = "sbs -b smoke_suite/test_resources/simple/bld.inf" + \ - "--filters=FilterLogfile,FilterTiming -f ${SBSLOGFILE} && " + \ + " --filters=FilterLogfile,FilterTiming -f ${SBSLOGFILE} && " + \ "grep progress:duration ${SBSLOGFILE}.timings" t.mustmatch = [ "^$",