From 88d26293e08647361824622765f6f3c9cafde577 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Jun 2015 09:39:14 +0200 Subject: Remove prerequisite rewriting from inject_parent_fsdir() --- build/algorithm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/algorithm') diff --git a/build/algorithm b/build/algorithm index 2dc7164..bc756c2 100644 --- a/build/algorithm +++ b/build/algorithm @@ -70,7 +70,8 @@ namespace build // 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). + // example, an install directory). Normally this function is called + // from the rule's apply() function. // void inject_parent_fsdir (action, target&); -- cgit v1.1