mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
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.
[SVN r80322]
This commit is contained in:
@@ -944,8 +944,9 @@ static void swap_settings
|
||||
*
|
||||
* 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 )
|
||||
|
||||
Reference in New Issue
Block a user