Skip to content
Snippets Groups Projects
Commit 712e93bc authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

should still marktasks after a rebuild.

parent cc68d1e4
Branches
Tags
1 merge request!267Mark tasks in drift2
...@@ -2203,6 +2203,10 @@ void engine_rebuild(struct engine *e) { ...@@ -2203,6 +2203,10 @@ void engine_rebuild(struct engine *e) {
/* Re-build the tasks. */ /* Re-build the tasks. */
engine_maketasks(e); engine_maketasks(e);
/* Run through the tasks and mark as skip or not. */
if (engine_marktasks(e))
error("engine_marktasks failed after space_rebuild.");
/* Print the status of the system */ /* Print the status of the system */
if (e->verbose) engine_print_task_counts(e); if (e->verbose) engine_print_task_counts(e);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment