aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/common.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/common.cxx')
-rw-r--r--build2/cc/common.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/build2/cc/common.cxx b/build2/cc/common.cxx
index 3c8b115..0778acf 100644
--- a/build2/cc/common.cxx
+++ b/build2/cc/common.cxx
@@ -882,6 +882,14 @@ namespace build2
}
}
+ // If we have the lock (meaning this is the first time), set the
+ // traget's recipe to noop. Failed that we will keep re-locking it,
+ // updating its members, etc.
+ //
+ if (al) match_recipe (al, noop_recipe);
+ if (sl) match_recipe (sl, noop_recipe);
+ if (ll) match_recipe (ll, noop_recipe);
+
return r;
}