Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80322 - trunk/tools/build/v2/engine
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-30 10:07:43


Author: jurko
Date: 2012-08-30 10:07:42 EDT (Thu, 30 Aug 2012)
New Revision: 80322
URL: http://svn.boost.org/trac/boost/changeset/80322

Log:
Internal Boost Jam cleanup - corrected the make1.c module's make1cmds() function description comment to note that the commands it creates have already had any variable references embedded in them processed instead of still needing processing using some no longer existing var_string() function.
Text files modified:
   trunk/tools/build/v2/engine/make1.c | 5 +++--
   1 files changed, 3 insertions(+), 2 deletions(-)

Modified: trunk/tools/build/v2/engine/make1.c
==============================================================================
--- trunk/tools/build/v2/engine/make1.c (original)
+++ trunk/tools/build/v2/engine/make1.c 2012-08-30 10:07:42 EDT (Thu, 30 Aug 2012)
@@ -944,8 +944,9 @@
  *
  * Essentially copies a chain of ACTIONs to a chain of CMDs, grouping
  * RULE_TOGETHER actions, splitting RULE_PIECEMEAL actions, and handling
- * RULE_NEWSRCS actions. The result is a chain of CMDs which can be expanded by
- * var_string() and executed using exec_cmd().
+ * RULE_NEWSRCS actions. The result is a chain of CMDs which has already had all
+ * of its embedded variable references expanded and can now be executed using
+ * exec_cmd().
  */
 
 static CMD * make1cmds( TARGET * t )


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