aboutsummaryrefslogtreecommitdiff
path: root/build2/in
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-11-22 12:24:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-11-22 12:24:38 +0200
commit5f9dcd5364993f32e6841ffdfefce1cc87017b22 (patch)
tree82d44aefe90d98337d1b5324d55d6bcacc41416a /build2/in
parent04c2bf359f9065300808ff389c06aa0811e7376b (diff)
Make backwards modification time check permanent, add another experiment
Diffstat (limited to 'build2/in')
-rw-r--r--build2/in/rule.cxx2
1 files changed, 2 insertions, 0 deletions
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;
}