summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-22 16:37:47 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:00 +1000
commit0dc64c745891725a6a5bf1b71749c9dceacdd519 (patch)
tree8db5174020186279f7f71b0dd61c4b600515cda4 /buildtools
parent0bb6c60e3177d9167c45b828187ce6658aea2144 (diff)
downloadsamba-0dc64c745891725a6a5bf1b71749c9dceacdd519.tar.gz
samba-0dc64c745891725a6a5bf1b71749c9dceacdd519.tar.bz2
samba-0dc64c745891725a6a5bf1b71749c9dceacdd519.zip
build: mark wafsamba as unbuffered, so stdout and stderr are better in sync
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/wafsamba.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 52460ff23a..7289b07cf0 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -20,7 +20,7 @@ from samba_deps import *
LIB_PATH="shared"
-
+os.putenv('PYTHONUNBUFFERED', '1')
#################################################################
# create the samba build environment