aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-skeleton.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-06-14 06:18:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-06-14 14:46:53 +0200
commit2b558101a4b6c9eab2bdebc011f3dc02f0010cc0 (patch)
treee44ea888927af0cedf7301e5a6d6e98c91d904fd /bpkg/package-skeleton.hxx
parent727531fc3d097413cfc9e972a83abadebed3f35d (diff)
Use value::extra=2 to detect changes to buildfile/dependent values
Diffstat (limited to 'bpkg/package-skeleton.hxx')
-rw-r--r--bpkg/package-skeleton.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/package-skeleton.hxx b/bpkg/package-skeleton.hxx
index 75a8b23..a0ac38a 100644
--- a/bpkg/package-skeleton.hxx
+++ b/bpkg/package-skeleton.hxx
@@ -201,7 +201,7 @@ namespace bpkg
// If dependency configurations are specified, then typify the variables
// and set their values. If defaults is false, then only typify the
// variables and set overrides without setting the default/buildfile
- // values.
+ // values. Note that buildfile values have value::extra set to 2.
//
build2::scope&
load (const dependency_configurations& = {}, bool defaults = true);