$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: steven_at_[hidden]
Date: 2008-07-31 13:30:06
Author: steven_watanabe
Date: 2008-07-31 13:30:06 EDT (Thu, 31 Jul 2008)
New Revision: 47912
URL: http://svn.boost.org/trac/boost/changeset/47912
Log:
use the variable bin instead of the string 'bin'
Text files modified:
branches/build/python_port/python/boost/build/tools/gcc.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/build/python_port/python/boost/build/tools/gcc.py
==============================================================================
--- branches/build/python_port/python/boost/build/tools/gcc.py (original)
+++ branches/build/python_port/python/boost/build/tools/gcc.py 2008-07-31 13:30:06 EDT (Thu, 31 Jul 2008)
@@ -186,7 +186,7 @@
# creates empty object files. This allows the same Jamfiles to work
# across the board. The null RC uses the assembler to create the empty
# objects, so configure that.
- rc_command = common.get_invocation_command('gcc', 'as', [], ['bin'], path_last=True)
+ rc_command = common.get_invocation_command('gcc', 'as', [], [bin], path_last=True)
rc_type = 'null'
rc.configure(rc_command, condition, '<rc-type>' + rc_type)