aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-11-02 22:38:27 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-11-09 16:07:15 +0300
commit69115d2d8a35dfb22b1858b9b956ced2048b78e3 (patch)
treec2f28d52198b537c50ce61d076877d8ea285ef57 /bdep/project.cxx
parenta52f444c25a558947d8ecea1642e09c92867c280 (diff)
Add support for buildfile-in-prefix sub-option for lib and exe project types in bdep-new
Diffstat (limited to 'bdep/project.cxx')
-rw-r--r--bdep/project.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/project.cxx b/bdep/project.cxx
index 864e677..9803405 100644
--- a/bdep/project.cxx
+++ b/bdep/project.cxx
@@ -90,7 +90,7 @@ namespace bdep
{
dir_path d (di->first);
- normalize (d, "configuration");
+ normalize (d, "configuration directory");
if (auto c = db.query_one<configuration> (query::path ==
d.string ()))
@@ -182,7 +182,7 @@ namespace bdep
dir_path prj;
optional<dir_path> pkg;
- dir_path d (normalize (start, "project"));
+ dir_path d (normalize (start, "project directory"));
for (; !d.empty (); d = d.directory ())
{
// Ignore errors when checking for file existence since we may be