diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-22 09:39:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-22 09:39:14 +0200 |
commit | 88d26293e08647361824622765f6f3c9cafde577 (patch) | |
tree | 4b40cf626bd68daeac333c2833cdb60ba1d527b5 /build/algorithm | |
parent | 6ecaa7e76c91a2842bcc63626a908bb2340b77b6 (diff) |
Remove prerequisite rewriting from inject_parent_fsdir()
Diffstat (limited to 'build/algorithm')
-rw-r--r-- | build/algorithm | 3 |
1 files changed, 2 insertions, 1 deletions
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&); |