From 24d3958a91f43609e516e4d87029b11882700f64 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 5 Apr 2023 08:09:36 +0200 Subject: Build forwarded configurations via src_root rather than out_root (GH issue #177) --- bpkg/package.hxx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'bpkg/package.hxx') diff --git a/bpkg/package.hxx b/bpkg/package.hxx index 1c70676..3283be5 100644 --- a/bpkg/package.hxx +++ b/bpkg/package.hxx @@ -1261,13 +1261,12 @@ namespace bpkg // optional buildfiles_checksum; - // Path to the output directory of this package, if any. It is - // always relative to the configuration directory, and is - // for external packages and - for others. It is - // only set once the package is configured and its main purse is - // to keep track of what needs to be cleaned by the user before - // a broken package can be purged. Note that it could be the - // same as src_root. + // Path to the output directory of this package, if any. It is always + // relative to the configuration directory, and is for external + // packages and - for others. It is only set once the + // package is configured and its main purpose is to keep track of what + // needs to be cleaned by the user before a broken package can be + // purged. Note that it could be the same as src_root. // optional out_root; -- cgit v1.1