diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2025-01-06 07:41:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2025-01-06 07:41:53 +0200 |
commit | ad89f756290c08342574b9eb4b7037fd2cda3eb9 (patch) | |
tree | 6790b85fc572fcb961179757eddbb64ab8630876 /libbuild2/bash | |
parent | 3c29028ce4d043d5b1348389de3aa5f5a3002f01 (diff) |
Minor diagnostics improvement
Diffstat (limited to 'libbuild2/bash')
-rw-r--r-- | libbuild2/bash/rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/bash/rule.cxx b/libbuild2/bash/rule.cxx index 6e96b34..be7b2ff 100644 --- a/libbuild2/bash/rule.cxx +++ b/libbuild2/bash/rule.cxx @@ -473,7 +473,7 @@ namespace build2 { if (!*md.for_install) fail << "incompatible " << t << " build" << - info << "target already built not for install"; + info << "target already updated but not for install"; } else md.for_install = true; |