aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-09-28 21:40:59 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-09-29 15:46:39 +0300
commit60c5bf36100ccc15421a87f4b566849d2468d396 (patch)
tree95c0f9a8a55561c78c3f8a67b93ed7f3438b5ded /bpkg/pkg-build.cxx
parent6909c20e69f08d256360dd29e50eacd02f49dfb8 (diff)
Run build2 dist meta-operation in pkg-checkout with '--no-external-modules !config.dist.bootstrap=true'
Diffstat (limited to 'bpkg/pkg-build.cxx')
-rw-r--r--bpkg/pkg-build.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx
index 3ef513a..111c226 100644
--- a/bpkg/pkg-build.cxx
+++ b/bpkg/pkg-build.cxx
@@ -4389,10 +4389,12 @@ namespace bpkg
//
// We are also going to combine purge and fetch/unpack|checkout into a
// single step and use the replace mode so it will become just
- // fetch/unpack|checkout. Configure will also be combined with the above
- // operations to guarantee that prerequisite packages are configured by
- // the time its dependents need to be checked out (see the pkg_checkout()
- // function implementation for details).
+ // fetch/unpack|checkout. Configure is also combined with the above
+ // operations, since previously we had to guarantee that prerequisite
+ // packages are configured by the time its dependents need to be checked
+ // out. Now, when we start using the bootstrap dist for pkg-checkout
+ // that's not a requirement anymore. We, however, still keep it this way
+ // since there is no reason why not to.
//
// We also have the dependent packages that we reconfigure because their
// prerequsites got upgraded/downgraded and that the user may want to in