aboutsummaryrefslogtreecommitdiff
path: root/build2/rule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/rule.hxx')
-rw-r--r--build2/rule.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/rule.hxx b/build2/rule.hxx
index b6c0154..a9bc178 100644
--- a/build2/rule.hxx
+++ b/build2/rule.hxx
@@ -58,6 +58,9 @@ namespace build2
static const alias_rule instance;
};
+ // Note that this rule ignores the dry_run flag; see mkdir() in filesystem
+ // for the rationale.
+ //
class fsdir_rule: public rule
{
public: