aboutsummaryrefslogtreecommitdiff
path: root/build/rule
diff options
context:
space:
mode:
Diffstat (limited to 'build/rule')
-rw-r--r--build/rule6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/rule b/build/rule
index 378ed9b..889c94c 100644
--- a/build/rule
+++ b/build/rule
@@ -22,7 +22,7 @@ namespace build
match (target&, const std::string& hint) const = 0;
virtual recipe
- select (target&, void*) const = 0;
+ apply (target&, void*) const = 0;
};
typedef std::unordered_map<
@@ -40,7 +40,7 @@ namespace build
match (target&, const std::string& hint) const;
virtual recipe
- select (target&, void*) const;
+ apply (target&, void*) const;
static target_state
update (target&);
@@ -53,7 +53,7 @@ namespace build
match (target&, const std::string& hint) const;
virtual recipe
- select (target&, void*) const;
+ apply (target&, void*) const;
static target_state
update (target&);