aboutsummaryrefslogtreecommitdiff
path: root/build2/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/utility.cxx')
-rw-r--r--build2/utility.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/utility.cxx b/build2/utility.cxx
index 0e97020..ca6b239 100644
--- a/build2/utility.cxx
+++ b/build2/utility.cxx
@@ -36,6 +36,9 @@ namespace build2
os << "<empty>";
else
{
+ // @@ Is there a reason not to print as a relative path as it is done
+ // for path (see above)?
+ //
os << p.recall_string ();
if (!p.effect.empty ())