|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r57359 - trunk/tools/build/v2/tools
From: ghost_at_[hidden]
Date: 2009-11-04 11:14:48
Author: vladimir_prus
Date: 2009-11-04 11:14:47 EST (Wed, 04 Nov 2009)
New Revision: 57359
URL: http://svn.boost.org/trac/boost/changeset/57359
Log:
Remove debug prints
Text files modified:
trunk/tools/build/v2/tools/python.jam | 17 -----------------
1 files changed, 0 insertions(+), 17 deletions(-)
Modified: trunk/tools/build/v2/tools/python.jam
==============================================================================
--- trunk/tools/build/v2/tools/python.jam (original)
+++ trunk/tools/build/v2/tools/python.jam 2009-11-04 11:14:47 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