From f7bba792a10864f0a64a2a579306e3b20602c1dc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Mar 2016 17:14:01 +0200 Subject: Reset build state for each meta-operation --- build2/context | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/context') diff --git a/build2/context b/build2/context index b99ff73..661d9ff 100644 --- a/build2/context +++ b/build2/context @@ -41,11 +41,11 @@ namespace build2 // extern uint64_t dependency_count; - // Reset the dependency state. In particular, this removes all the - // targets, scopes, and variable names. + // Reset the build state. In particular, this removes all the targets, + // scopes, and variables. // void - reset (); + reset (const strings& cmd_vars); // The dual interface wrapper for the {mk,rm}{file,dir}() functions // below that allows you to use it as a true/false return or a more -- cgit v1.1