From 51267fc81abdbf0ca7f1098fccd7f3e0d7da5306 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Mar 2016 11:06:26 +0200 Subject: Force creation of output directory before opening depdb --- build2/algorithm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build2/algorithm') diff --git a/build2/algorithm b/build2/algorithm index 7c9239d..06a5c01 100644 --- a/build2/algorithm +++ b/build2/algorithm @@ -128,12 +128,12 @@ namespace build2 group_view resolve_group_members (action, target&); - // 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 - // from the rule's apply() function. + // Inject dependency on the parent directory's fsdir{}, unless it is outside + // of any project (say, for example, an installation directory). Return the + // injected target or NULL. Normally this function is called from the rule's + // apply() function. // - void + fsdir* inject_parent_fsdir (action, target&); // Execute the action on target, assuming a rule has been matched -- cgit v1.1