Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57360 - in branches/release/tools/build/v2: . tools
From: ghost_at_[hidden]
Date: 2009-11-04 11:19:59


Author: vladimir_prus
Date: 2009-11-04 11:19:58 EST (Wed, 04 Nov 2009)
New Revision: 57360
URL: http://svn.boost.org/trac/boost/changeset/57360

Log:
Merge: Remove debug prints
Properties modified:
   branches/release/tools/build/v2/ (props changed)
Text files modified:
   branches/release/tools/build/v2/tools/python.jam | 17 -----------------
   1 files changed, 0 insertions(+), 17 deletions(-)

Modified: branches/release/tools/build/v2/tools/python.jam
==============================================================================
--- branches/release/tools/build/v2/tools/python.jam (original)
+++ branches/release/tools/build/v2/tools/python.jam 2009-11-04 11:19:58 EST (Wed, 04 Nov 2009)
@@ -1099,15 +1099,6 @@
         local python ;
         local other-pythons ;
     
- #XXX(bhy) DEBUG CODE BEGIN
- ECHO beforerun= ;
- for local s in $(sources)
- {
- ECHO [ $(s).name ] ;
- }
- ECHO ;
- #XXX(bhy) DEBUG CODE END
-
         # Make new target that converting Python source by 2to3 when running with Python 3.
         local rule make-2to3-source ( source )
         {
@@ -1268,14 +1259,6 @@
 {
     local s ;
     sources ?= $(name).py $(name).cpp ;
- #XXX(bhy) DEBUG CODE BEGIN
- ECHO bpl-test= ;
- for local s in $(sources)
- {
- ECHO $(s) ;
- }
- ECHO ;
- #XXX(bhy) DEBUG CODE END
     return [ testing.make-test run-pyd : $(sources) /boost/python//boost_python
         : $(requirements) : $(name) ] ;
 }


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