aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/file.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-05-28 14:03:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-05-28 14:03:12 +0200
commit27547e341f32782ad2d7fd998dde1cb04f4bf1db (patch)
treea87ec58755cb133566b5c1fafae4d68bebeeed09 /libbuild2/file.hxx
parentcd651d5ca3572413180827232eb18239750befca (diff)
Allow calling certain search_existing() versions during load phase
This is necessary for $target.path() implementation.
Diffstat (limited to 'libbuild2/file.hxx')
-rw-r--r--libbuild2/file.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/file.hxx b/libbuild2/file.hxx
index 78be600..3bceb80 100644
--- a/libbuild2/file.hxx
+++ b/libbuild2/file.hxx
@@ -389,7 +389,8 @@ namespace build2
operator<< (ostream&, const pair<const exe*, import_kind>&);
// As import phase 2 but only imports as an already existing target. But
- // unlike it, this function can be called during the execute phase.
+ // unlike it, this function can be called during the load and execute
+ // phases.
//
// Note: similar to search_existing().
//