From be66fff5ff42eaab81d2a526d8b6296c28848775 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 24 Feb 2022 10:11:00 +0200 Subject: Add note on disabling subprojects/amalgamations import search --- doc/manual.cli | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/manual.cli') diff --git a/doc/manual.cli b/doc/manual.cli index 2f532e4..c9e77f6 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -2563,6 +2563,16 @@ Subprojects and Amalgamations} for details on this subject). subproject in \c{libhello}. The test imports \c{libhello} which is automatically found as an amalgamation containing this subproject.| +\N|To skip searching in subprojects/amalgamations and proceed directly to the +rule-specific search (described below), specify the \c{config.import.*} +variable with an empty value. For example: + +\ +$ b configure: ... config.import.libhello= +\ + +| + If the project being imported cannot be located using any of these methods, then \c{import} falls back to the rule-specific search. That is, a rule that matches the target may provide support for importing certain target types -- cgit v1.1