aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build2/depdb.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/build2/depdb.cxx b/build2/depdb.cxx
index 2e1d46a..a77a1a8 100644
--- a/build2/depdb.cxx
+++ b/build2/depdb.cxx
@@ -334,10 +334,10 @@ namespace build2
else
is_.close ();
- /*
-#if defined(_WIN32) || defined(__FreeBSD__)
+#if /*defined(_WIN32) ||*/ defined(__FreeBSD__)
if (state_ == state::write)
{
+ /*
#ifdef _WIN32
auto file_mtime_h = [&to_timestamp] (const path_type& p) -> timestamp
{
@@ -368,11 +368,15 @@ namespace build2
assert (file_mtime_h (path) == mt);
}
#else
+ */
+
mtime = file_mtime (path); // Save for check below.
+
+ /*
#endif
+ */
}
#endif
- */
}
#ifdef BUILD2_MTIME_CHECK