From ac838a3c051e8f15514f0454b060d00695b372f7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Apr 2019 10:33:59 +0200 Subject: Add dry-run support to test rules --- build2/filesystem.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/filesystem.hxx') 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. // -- cgit v1.1