diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-13 14:34:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-13 14:34:24 +0200 |
commit | ca41ca8f9a6b21588248e5fee1a013363f3f52a8 (patch) | |
tree | 6e791ddac1c6f794273a9701c0c7f1bc9ec3d000 /build/rule | |
parent | 0cee33621a93d3348a1bf19a0c94441b717cbcbc (diff) |
Add support for "first" and "last" execution modes
Diffstat (limited to 'build/rule')
-rw-r--r-- | build/rule | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. |