From 70af0087d8efb3f2f7dc9ffdf2568419913f16da Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Jun 2015 15:07:03 +0200 Subject: Group "see through" iteration, take 1 --- build/search.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/search.cxx') diff --git a/build/search.cxx b/build/search.cxx index dec86db..872a0d6 100644 --- a/build/search.cxx +++ b/build/search.cxx @@ -76,6 +76,7 @@ namespace build tk.ext = &ext; } else + { // What should we do here, fail or say we didn't find anything? // Current think is that if the target type didn't provide the // default extension, then it doesn't want us to search for an @@ -84,7 +85,10 @@ namespace build // think. // //fail << "no default extension for prerequisite " << pk; + level3 ([&]{trace << "no existing file found for prerequisite " + << pk;}); return nullptr; + } } // Go over paths looking for a file. -- cgit v1.1