From 5f9dcd5364993f32e6841ffdfefce1cc87017b22 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Nov 2018 12:24:38 +0200 Subject: Make backwards modification time check permanent, add another experiment --- build2/in/rule.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/in/rule.cxx') diff --git a/build2/in/rule.cxx b/build2/in/rule.cxx index 86b8ffa..545ded5 100644 --- a/build2/in/rule.cxx +++ b/build2/in/rule.cxx @@ -398,6 +398,8 @@ namespace build2 fail << "unable to " << what << ' ' << *whom << ": " << e; } + dd.verify (tp); + t.mtime (system_clock::now ()); return target_state::changed; } -- cgit v1.1