From b1d778b2303c3dcb3f70e4b29a0a9bcba72c11d6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Nov 2015 14:31:00 +0200 Subject: Allow for target group members to remain unresolved This, for example, can happen when we have a fallback rule for dist(update) or configure(update). --- build/cli/module.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'build/cli') diff --git a/build/cli/module.cxx b/build/cli/module.cxx index 240aaa7..05abb94 100644 --- a/build/cli/module.cxx +++ b/build/cli/module.cxx @@ -72,10 +72,6 @@ namespace build rs.insert (perform_id, update_id, "cli", compile_); rs.insert (perform_id, clean_id, "cli", compile_); - - // We may need to resolve group members. - // - rs.insert (configure_id, update_id, "cli", compile_); } // Enter module variables. -- cgit v1.1