diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-08-25 08:13:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-08-25 08:16:23 +0200 |
commit | 5ce1f438decd05e01a16445da4703c2193447428 (patch) | |
tree | 9e527a029633e52d23b0a66bd8fdfacb71908585 /libbuild2/depdb.hxx | |
parent | 5c3af4220dfccfd4c381de575620a41966aa3e4f (diff) |
Keep mtime check always enabled on Windows
Windows is known not to guarantee monotonically increasing mtimes.
Diffstat (limited to 'libbuild2/depdb.hxx')
-rw-r--r-- | libbuild2/depdb.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/depdb.hxx b/libbuild2/depdb.hxx index abc2565..671c7fd 100644 --- a/libbuild2/depdb.hxx +++ b/libbuild2/depdb.hxx @@ -128,7 +128,7 @@ namespace build2 // Note that it would also be good to compare the target timestamp against // the newest prerequisite. However, obtaining this information would cost // extra (see execute_prerequisites()). So maybe later, if we get a case - // where this is a problem (in a sense, the database is a buffer between + // where this is a problem (in a sense, the database is a barrier between // prerequisites and the target). // void |