diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-05-20 15:59:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-05-28 10:10:44 +0200 |
commit | 7d0cbd244d218bca8b806c283a5ae095f221b324 (patch) | |
tree | 4f6ca70bcc25cec76b5fd32555e4dfb23dda6692 /libbuild2/target.hxx | |
parent | ff428efce81c7632724fd24028430523bb1e8fce (diff) |
Make notion of name pattern explicit, fix various related loose ends
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r-- | libbuild2/target.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index 9e21d7a..49d4563 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -141,7 +141,7 @@ namespace build2 // const dir_path dir; // Absolute and normalized. const dir_path out; // Empty or absolute and normalized. - const string name; + const string name; // Empty for dir{} and fsdir{} targets. optional<string>* ext_; // Reference to value in target_key. const string* ext () const; // Return NULL if not specified. |