aboutsummaryrefslogtreecommitdiff
path: root/build/rule.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-23 16:12:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-23 16:12:58 +0200
commite5fedf8a485d7b1b7d26e08557ca40c863d3255b (patch)
tree04c7a0c014132fcf7d4cbd89fa1003db295ba82d /build/rule.cxx
parent0bd954eabb236bc9530220ffbc076967d35e33f4 (diff)
Rename "select" to "apply"
Diffstat (limited to 'build/rule.cxx')
-rw-r--r--build/rule.cxx4
1 files changed, 2 insertions, 2 deletions
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;