aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/utility.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-07-04 07:30:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-07-04 07:30:23 +0200
commitee0456ed4a5f3f6686fbb0a433161d1f9d8535fe (patch)
tree697834b68df162a004a6e13113260a11e0236af6 /build2/cc/utility.hxx
parentf52b47eea4c5de553d202669f91e6f4f14668592 (diff)
Remove libu{} target group
The semantics provided by libu{} is rarely required and as result was not yet documented. However, if you are using it, the new way to achieve the same result is to use both libue{} and libul{} explicitly, for example: exe{foo}: libue{foo} lib{foo}: libul{foo} {libue libul}{foo}: cxx{*}
Diffstat (limited to 'build2/cc/utility.hxx')
-rw-r--r--build2/cc/utility.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/utility.hxx b/build2/cc/utility.hxx
index 80ca741..6222b5f 100644
--- a/build2/cc/utility.hxx
+++ b/build2/cc/utility.hxx
@@ -58,7 +58,7 @@ namespace build2
}
// Given the link order return the library member to link. That is, liba{}
- // or libs{} for lib{} and libue{}, libua{} or libus{} for libu*{}.
+ // or libs{} for lib{} and libua{} or libus{} for libul{}.
//
// If existing is true, then only return the member target if it exists
// (currently only used and supported for utility libraries).