Boost logo

Boost-Commit :

From: jurko.gospodnetic_at_[hidden]
Date: 2008-07-07 05:39:56


Author: jurko
Date: 2008-07-07 05:39:56 EDT (Mon, 07 Jul 2008)
New Revision: 47174
URL: http://svn.boost.org/trac/boost/changeset/47174

Log:
Corrected a Windows OS detection bug in the MkDir rule located in the Boost Build common.jam module.
Text files modified:
   trunk/tools/build/v2/tools/common.jam | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/tools/common.jam
==============================================================================
--- trunk/tools/build/v2/tools/common.jam (original)
+++ trunk/tools/build/v2/tools/common.jam 2008-07-07 05:39:56 EDT (Mon, 07 Jul 2008)
@@ -586,7 +586,7 @@
         # recurse until root.
 
         local s = $(<:P) ;
- if $(NT)
+ if [ os.name ] = NT
         {
             switch $(s)
             {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk