aboutsummaryrefslogtreecommitdiff
path: root/build/rule
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-03-13 14:34:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-03-13 14:34:24 +0200
commitca41ca8f9a6b21588248e5fee1a013363f3f52a8 (patch)
tree6e791ddac1c6f794273a9701c0c7f1bc9ec3d000 /build/rule
parent0cee33621a93d3348a1bf19a0c94441b717cbcbc (diff)
Add support for "first" and "last" execution modes
Diffstat (limited to 'build/rule')
-rw-r--r--build/rule1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/rule b/build/rule
index 7501f7d..8eb6b26 100644
--- a/build/rule
+++ b/build/rule
@@ -33,7 +33,6 @@ namespace build
using operation_rule_map = std::unordered_map<std::string, target_rule_map>;
extern operation_rule_map rules;
- extern const target_rule_map* current_rules; // Rules for current operation.
// Fallback rule that on update verifies that the path exists and is
// not older than any of its prerequisites.