From 8901004f9e783fb3a30e2ddb1e69e8f8a7d085f5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Nov 2018 11:11:10 +0200 Subject: Add --[no-]mtime-check options to control this behavior at runtime By default the checks are enabled only for the staged toolchain. --- build2/cli/rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cli') diff --git a/build2/cli/rule.cxx b/build2/cli/rule.cxx index d07af15..626d0ee 100644 --- a/build2/cli/rule.cxx +++ b/build2/cli/rule.cxx @@ -324,7 +324,7 @@ namespace build2 run (cli, args); - dd.verify (tp); + dd.check_mtime (tp); t.mtime (system_clock::now ()); return target_state::changed; -- cgit v1.1