From 6ad4a629e0a790ad60352a94ea25359f38700b2f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Aug 2018 20:23:06 +0200 Subject: Don't insist on install rules for non-file targets This helps with (not) installing libu*{} groups. --- build2/bin/init.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/bin') diff --git a/build2/bin/init.cxx b/build2/bin/init.cxx index 6d99e26..9112773 100644 --- a/build2/bin/init.cxx +++ b/build2/bin/init.cxx @@ -94,7 +94,7 @@ namespace build2 // liba{foo}: libua{foo1 foo2} // liba{foo}: bin.whole = false # Affects test but not foo1 and foo2. // - // If unspecified, defaults to false for liba{} and to true for libux{}. + // If unspecified, defaults to false for liba{} and to true for libu*{}. // vp.insert ("bin.whole", false, variable_visibility::target); @@ -411,7 +411,7 @@ namespace build2 // t.insert (); - // Note: libu*{} are not installable. + // Note: libu*{} members are not installable. // if (install_loaded) { -- cgit v1.1