From 27547e341f32782ad2d7fd998dde1cb04f4bf1db Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 May 2020 14:03:12 +0200 Subject: Allow calling certain search_existing() versions during load phase This is necessary for $target.path() implementation. --- libbuild2/file.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbuild2/file.hxx') 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&); // 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(). // -- cgit v1.1