diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-01 16:45:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-01 16:45:34 +0200 |
commit | e4c4fec8c9097722ee5ee94f2ce5ad0313ed8d7b (patch) | |
tree | e8de68957fc5cd00bb7b0b3199ca8a9abba4f678 /build/rule | |
parent | f7e9830c0c413f05737002dcc8d06e73cb379980 (diff) |
Clean up group state, mtime design
Diffstat (limited to 'build/rule')
-rw-r--r-- | build/rule | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,10 +64,10 @@ namespace build extern operation_rule_map rules; - // Fallback rule that on update verifies that the path exists and is + // Fallback rule that on update verifies that the file exists and is // not older than any of its prerequisites. // - class path_rule: public rule + class file_rule: public rule { public: virtual match_result |