From e4c4fec8c9097722ee5ee94f2ce5ad0313ed8d7b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 1 Jul 2015 16:45:34 +0200 Subject: Clean up group state, mtime design --- build/rule | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/rule') diff --git a/build/rule b/build/rule index 8c7e4c1..eda6ed3 100644 --- a/build/rule +++ b/build/rule @@ -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 -- cgit v1.1