From 7d0cbd244d218bca8b806c283a5ae095f221b324 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 20 May 2021 15:59:59 +0200 Subject: Make notion of name pattern explicit, fix various related loose ends --- libbuild2/target.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/target.hxx') 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* ext_; // Reference to value in target_key. const string* ext () const; // Return NULL if not specified. -- cgit v1.1