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/rule.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/rule.cxx') diff --git a/build/rule.cxx b/build/rule.cxx index 2373033..dcb6df1 100644 --- a/build/rule.cxx +++ b/build/rule.cxx @@ -52,7 +52,7 @@ namespace build } recipe path_rule:: - select (target& t, void*) const + apply (target& t, void*) const { // Search and match all the prerequisites. // @@ -107,7 +107,7 @@ namespace build } recipe dir_rule:: - select (target& t, void*) const + apply (target& t, void*) const { search_and_match (t); return &update; -- cgit v1.1