From 8b98a6b3fae40487ac529a7118865df6a71159ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 22 Jul 2017 17:43:09 +0200 Subject: Implement detection of ignorable changes (whitespaces, comments) --- build2/algorithm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/algorithm.cxx') diff --git a/build2/algorithm.cxx b/build2/algorithm.cxx index cbe27b61..fe71d549 100644 --- a/build2/algorithm.cxx +++ b/build2/algorithm.cxx @@ -1192,7 +1192,7 @@ namespace build2 // Should we compare the timestamp to this target's? // - if (!e && (!pf || pf (*pt))) + if (!e && (!pf || pf (*pt, i))) { // If this is an mtime-based target, then compare timestamps. // -- cgit