# HG changeset patch # User timothy.murphy@nokia.com # Date 1268658798 0 # Node ID 245e5b9fda514161ca6df22f136319b6bb06cac7 # Parent d18694306a106c478e61e113cb2a1ed33aed53f4# Parent 24d0baf736db1c2ef590fa5dbd34f8be17ac6d6e Merge diff -r d18694306a10 -r 245e5b9fda51 sbsv2/raptor/python/raptor_make.py --- a/sbsv2/raptor/python/raptor_make.py Mon Mar 15 13:09:36 2010 +0000 +++ b/sbsv2/raptor/python/raptor_make.py Mon Mar 15 13:13:18 2010 +0000 @@ -479,7 +479,9 @@ # clock skew messages from some build engines scatter their # output across our xml. stderrfilename = makefile+'.stderr' + stdoutfilename = makefile+'.stdout' command += " 2>'%s' " % stderrfilename + command += " >'%s' " % stdoutfilename # Substitute the makefile name for any occurrence of #MAKEFILE# command = command.replace("#MAKEFILE#", str(makefile)) @@ -517,22 +519,9 @@ universal_newlines=True, env=makeenv) stream = p.stdout - inRecipe = False line = " " while line: line = stream.readline() - - if line.startswith("