diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-29 14:31:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-29 14:31:00 +0200 |
commit | b1d778b2303c3dcb3f70e4b29a0a9bcba72c11d6 (patch) | |
tree | c300eebf51f2f72d37bfea48114ffcefedc61fc5 /build/cli/module.cxx | |
parent | 15d7a706a5f6904a4f295b5cddd7cbd51b04e863 (diff) |
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).
Diffstat (limited to 'build/cli/module.cxx')
-rw-r--r-- | build/cli/module.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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<cxx::ixx> (perform_id, update_id, "cli", compile_); rs.insert<cxx::ixx> (perform_id, clean_id, "cli", compile_); - - // We may need to resolve group members. - // - rs.insert<cli_cxx> (configure_id, update_id, "cli", compile_); } // Enter module variables. |