diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-03-03 12:48:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-03-07 13:58:48 +0200 |
commit | 8475c82a2ca186f4ca987e50b4249bb8eb32ba01 (patch) | |
tree | 20c782983f70f7e45ab71ce347ffba3d53650e25 /libbuild2/target.hxx | |
parent | d28553772a3010fb545eae09967fa54adbe63bdb (diff) |
Add support for update=unmatch|match to ad hoc recipes
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r-- | libbuild2/target.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index efc3291..6b79e1b 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -1089,7 +1089,8 @@ namespace build2 return member != nullptr ? member : prerequisite.target.load (mo); } - // Return as a new prerequisite instance. + // Return as a new prerequisite instance. Note that it includes a copy + // of prerequisite-specific variables. // prerequisite_type as_prerequisite () const; |