aboutsummaryrefslogtreecommitdiff
path: root/build2/filesystem.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-04-09 10:33:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-04-09 10:33:59 +0200
commitac838a3c051e8f15514f0454b060d00695b372f7 (patch)
tree368cbd8f885c25f5e5fc4c5f914434ef2839fa8e /build2/filesystem.hxx
parent79a760af92146a63e337c4399ec57134f56d8886 (diff)
Add dry-run support to test rules
Diffstat (limited to 'build2/filesystem.hxx')
-rw-r--r--build2/filesystem.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/filesystem.hxx b/build2/filesystem.hxx
index 91ee418..2ba928c 100644
--- a/build2/filesystem.hxx
+++ b/build2/filesystem.hxx
@@ -155,7 +155,8 @@ namespace build2
// Directories containing .buildignore (or .build2ignore in the alternative
// naming scheme) file are automatically ignored by recursive name patterns.
- // For now the file is just a marker and its contents don't matter.
+ // For now the file is just a marker and its contents don't matter. Note
+ // that these functions ignore dry-run.
// Create a directory containing an empty .buildignore file.
//