aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index 49a4d34..27a9cd0 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -609,6 +609,7 @@ main (int argc, char* argv[])
trace << "work: " << work;
trace << "home: " << home;
trace << "path: " << (p ? *p : "<NULL>");
+ trace << "type: " << (build_installed ? "installed" : "development");
trace << "jobs: " << jobs;
}