From 04be612dead00c36c8c6ff748c252e8e5d3b1e5c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 24 Oct 2019 11:49:44 +0200 Subject: Allow multiple forwarded configurations The new constraint is that such configurations should not have any common packages (a package cannot be forwarded to multiple configurations). --- bdep/config.cli | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bdep/config.cli') diff --git a/bdep/config.cli b/bdep/config.cli index 3ad2bb9..818f600 100644 --- a/bdep/config.cli +++ b/bdep/config.cli @@ -90,8 +90,11 @@ namespace bdep configuration is already designated as forwarded. When a project is initialized in a forwarded build configuration, its source directory is configured to forward to this configuration (see \l{b(1)} for - details on forwarded configurations). To forward to a non-default - configuration use the \cb{--forward} option. + details on forwarded configurations). To designate a non-default + configuration as forwarded use the \cb{--forward} option. Note also + that it is possible to have multiple forwarded configurations, + however, any given package within a project can only be initialized + in one such configuration. Unless the \cb{--no-auto-sync} option is specified, an added or created build configuration will be automatically synchronized on -- cgit v1.1