From 6cb9d0e810c3336106b6c1f3c8a80cdec6fbdcf0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 22 Nov 2017 11:31:35 +0200 Subject: Fix dist bug where missing source file would be silently ignored --- build2/algorithm.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build2/algorithm.hxx') diff --git a/build2/algorithm.hxx b/build2/algorithm.hxx index dbc7d9b..ff70b21 100644 --- a/build2/algorithm.hxx +++ b/build2/algorithm.hxx @@ -29,6 +29,11 @@ namespace build2 const target* search_existing (const prerequisite&); + // As above but cache a target searched in a custom way. + // + const target& + search_custom (const prerequisite&, const target&); + // As above but specify the prerequisite to search as a key. // const target& -- cgit v1.1