Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22905

Modified Files:
      Tag: RC_1_34_0
        python.jam 
Log Message:
Fix failure to print the cmd-or-prefix argument when --debug-configuration is 
passed.


Index: python.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/python.jam,v
retrieving revision 1.12.2.35
retrieving revision 1.12.2.36
diff -u -d -r1.12.2.35 -r1.12.2.36
--- python.jam  16 Mar 2007 15:40:24 -0000      1.12.2.35
+++ python.jam  16 Mar 2007 16:15:55 -0000      1.12.2.36
@@ -92,7 +92,7 @@
     project.push-current $(.project) ;
          
     debug-message Configuring python... ;
-    for local v in version root includes libraries condition
+    for local v in version cmd-or-prefix includes libraries condition
     {
         if $($(v))
         {


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to