$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: steven_at_[hidden]
Date: 2008-07-09 22:47:51
Author: steven_watanabe
Date: 2008-07-09 22:47:51 EDT (Wed, 09 Jul 2008)
New Revision: 47281
URL: http://svn.boost.org/trac/boost/changeset/47281
Log:
Fix misleading comment for find-tool
Text files modified:
trunk/tools/build/v2/tools/common.jam | 6 +++---
1 files changed, 3 insertions(+), 3 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-09 22:47:51 EDT (Wed, 09 Jul 2008)
@@ -330,9 +330,9 @@
# Attempts to find tool (binary) named 'name' in PATH and in 'additional-paths'.
# If found in PATH, returns 'name' and if found in additional paths, returns
-# absolute name. If the tool is found in several directories, returns all paths.
-# Otherwise, returns an empty string. If 'path-last' is specified, PATH is
-# searched after 'additional-paths'.
+# absolute name. If the tool is found in several directories, returns the
+# first path found. Otherwise, returns an empty string. If 'path-last' is
+# specified, PATH is searched after 'additional-paths'.
#
rule find-tool ( name : additional-paths * : path-last ? )
{