Issue 2158: Actually print the warning about -j on Windows being
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 22 Aug 2008 03:56:20 +0000 (03:56 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 22 Aug 2008 03:56:20 +0000 (03:56 +0000)
potentially unreliable if the pywin32 extensions are unavailable or
lack file handle operations.  (Jonas Olsson)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3292 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/CHANGES.txt
src/engine/SCons/Script/Main.py

index 46bc16ac744077f12953acb60d53848b86320f09..dc00bcb54fd532aee0d4f389058a19f514c27d7a 100644 (file)
@@ -31,6 +31,11 @@ From Greg Noel:
 
   - Fix documentation of SConf.CheckLibWithHeader and other SConf methods.
 
+From Jonas Olsson:
+
+  - Print the warning about -j on Windows being potentially unreliable if
+    the pywin32 extensions are unavailable or lack file handle operations.
+
 From Rogier Schouten:
 
   - Enable building of shared libraries with the Bordand ilink32 linker.
index ec00737f435f1f5153ece96483e1cdf057dbe187..6c15398f94137661fda1d0f87df693b9ce0f3fe8 100644 (file)
@@ -78,7 +78,7 @@ def fetch_win32_parallel_msg():
     # globl in nest scopes and UnboundLocalErrors and the like in some
     # versions (2.1) of Python.
     import SCons.Platform.win32
-    SCons.Platform.win32.parallel_msg
+    print SCons.Platform.win32.parallel_msg
 
 #