From e815af118562c68794efbd310c887acd8eae800c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 24 Jun 2015 13:53:28 +0200 Subject: First take on the cli module plus necessary infrastructure --- build/algorithm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'build/algorithm') diff --git a/build/algorithm b/build/algorithm index bc756c2..59021f5 100644 --- a/build/algorithm +++ b/build/algorithm @@ -68,6 +68,13 @@ namespace build void search_and_match (action, target&, const dir_path& dir); + // Unless already available, match, and, if necessary, execute + // (not yet implemented) the group in order to obtain its members + // list. + // + group_view + resolve_group_members (action, target_group&); + // Inject dependency on the parent directory's fsdir{}, unless it is // the project's out_root (or is outside of any project; say, for // example, an install directory). Normally this function is called @@ -114,7 +121,7 @@ namespace build // template T* - execute_find_prerequisites (action, target&, const timestamp&); + execute_prerequisites (action, target&, const timestamp&); // Return noop_recipe instead of using this function directly. // -- cgit v1.1