build: mark wafsamba as unbuffered, so stdout and stderr are better in sync
authorAndrew Tridgell <tridge@samba.org>
Mon, 22 Mar 2010 05:37:47 +0000 (16:37 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:00 +0000 (20:27 +1000)
buildtools/wafsamba/wafsamba.py

index 52460ff23a6ab5d03e37e0651a03a7456345a23e..7289b07cf0c921fc9c07f97552518c9f57c8de87 100644 (file)
@@ -20,7 +20,7 @@ from samba_deps import *
 
 LIB_PATH="shared"
 
-
+os.putenv('PYTHONUNBUFFERED', '1')
 
 #################################################################
 # create the samba build environment