From e5fedf8a485d7b1b7d26e08557ca40c863d3255b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Feb 2015 16:12:58 +0200 Subject: Rename "select" to "apply" --- build/algorithm.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/algorithm.cxx') diff --git a/build/algorithm.cxx b/build/algorithm.cxx index 5026782..ddf0071 100644 --- a/build/algorithm.cxx +++ b/build/algorithm.cxx @@ -116,11 +116,11 @@ namespace build make_exception_guard ( [](target& t, const string& n) { - info << "while selecting rule " << n << " for target " << t; + info << "while applying rule " << n << " for target " << t; }, t, n)); - t.recipe (ru.select (t, m)); + t.recipe (ru.apply (t, m)); break; } else -- cgit v1.1