From d5191f163d7d7633c8e1adf50006dbb67635585a Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Mon, 26 Sep 2016 13:03:39 +0100
Subject: [PATCH] Still need to drift, regardless of rebuild of tasks

---
 src/runner.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/runner.c b/src/runner.c
index 410458fadb..68f1a76f04 100644
--- a/src/runner.c
+++ b/src/runner.c
@@ -765,9 +765,6 @@ static void runner_do_drift(struct cell *c, struct engine *e) {
   c->updated = 0;
   c->g_updated = 0;
 
-  /* Should we abort as a rebuild has been triggered ? */
-  if (e->forcerebuild) return;
-
   /* Do we need to drift ? */
   if (!e->drift_all && !cell_is_drift_needed(c, ti_current)) return;
 
-- 
GitLab