From 2f1988e89e07437be4d76a39242cde7ab13cf946 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 6 Sep 2017 18:24:03 +0200 Subject: Call dist callback in subprojects This fixes a bug with no updating manifest versions in build2-toolchain subprojects. --- build2/file.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'build2/file.cxx') diff --git a/build2/file.cxx b/build2/file.cxx index 89120d3..8a0f2dc 100644 --- a/build2/file.cxx +++ b/build2/file.cxx @@ -407,7 +407,6 @@ namespace build2 // Scan the specified directory for any subprojects. If a subdirectory // is a subproject, then enter it into the map, handling the duplicates. - // Otherwise, scan the subdirectory recursively. // static void find_subprojects (scope& s, -- cgit v1.1