From d5e4d325c6a4acc8df6f0e42bc7d76e1f833d58a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Nov 2015 14:39:07 +0200 Subject: Implement dist support for including/excluding targets For example: cxx{*-options}: dist = true --- build/dist/rule.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build/dist/rule.cxx') diff --git a/build/dist/rule.cxx b/build/dist/rule.cxx index 6977676..b5e1185 100644 --- a/build/dist/rule.cxx +++ b/build/dist/rule.cxx @@ -33,11 +33,9 @@ namespace build if (p.proj () != nullptr) continue; - // @@ This is where we will handle dist/nodist. - target& pt (p.search ()); - // Don't match targets that are outside our project. + // Don't match targets that are outside of our project. // if (pt.dir.sub (out_root)) build::match (a, pt); -- cgit v1.1