aboutsummaryrefslogtreecommitdiff
path: root/build2/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/rule.cxx')
-rw-r--r--build2/rule.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/rule.cxx b/build2/rule.cxx
index 2a10a90..79b91b3 100644
--- a/build2/rule.cxx
+++ b/build2/rule.cxx
@@ -196,6 +196,8 @@ namespace build2
text << "mkdir " << t;
};
+ // Note: ignoring the dry_run flag.
+ //
mkdir_status ms;
try