aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/compile.cxx')
-rw-r--r--build2/cc/compile.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/build2/cc/compile.cxx b/build2/cc/compile.cxx
index 6022fb6..33a0d6d 100644
--- a/build2/cc/compile.cxx
+++ b/build2/cc/compile.cxx
@@ -3985,13 +3985,8 @@ namespace build2
{
if (md.touch)
{
- // Getting "everything up to date" after modifying a file can be
- // unnerving. So calm the user down.
- //
- if (verb == 1)
- text << "skip " << s;
-
touch (tp, false, 2);
+ skip_count.fetch_add (1, memory_order_relaxed);
}
t.mtime (md.mt);