aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-03-08 15:37:56 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-03-10 13:56:28 +0300
commit5cb43631debbebb413de54b770118b13482a6176 (patch)
tree46b4510b0225b8de2e7dc3ed71445a6a926131ee /libbuild2/target.cxx
parenta05ddaa95a8f7f65fe01e2c1613a354876e69839 (diff)
Fix operator<<(ostream,target_state)
Diffstat (limited to 'libbuild2/target.cxx')
-rw-r--r--libbuild2/target.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx
index 7ab0abd..c3c03d7 100644
--- a/libbuild2/target.cxx
+++ b/libbuild2/target.cxx
@@ -69,6 +69,7 @@ namespace build2
//
static const char* const target_state_[] =
{
+ "<invalid>", // Absent/invalid (see target_state for details).
"unknown",
"unchanged",
"postponed",