summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/log.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-02-07 17:58:17 +1100
committerChris Johns <chrisj@rtems.org>2015-02-07 17:58:17 +1100
commitd4eb08f55a7e868ea0e61dee03c216cdf7a3502b (patch)
tree9f98bea8a291aeb38ab93b2efb2c9865db1defae /source-builder/sb/log.py
parentUpdate all 4.11 archs to newlib-2.2.0-1 and gdb-7.8.2 where possible. (diff)
downloadrtems-source-builder-d4eb08f55a7e868ea0e61dee03c216cdf7a3502b.tar.bz2
Windows native build fixes.
The testing of building on Windows is done using MSYS2.
Diffstat (limited to '')
-rwxr-xr-xsource-builder/sb/log.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source-builder/sb/log.py b/source-builder/sb/log.py
index 8e46023..410987c 100755
--- a/source-builder/sb/log.py
+++ b/source-builder/sb/log.py
@@ -74,6 +74,7 @@ def notice(text = os.linesep, log = None):
if not quiet and default is not None and not default.has_stdout():
for l in text.replace(chr(13), '').splitlines():
print l
+ sys.stdout.flush()
_output(text, log)
def trace(text = os.linesep, log = None):