aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-04-14 11:37:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-04-14 11:37:39 +0200
commit95b747b3a0b4464ad1a846ac89531e87ad8e4d5c (patch)
tree3e126482aa71901dfa230201b6869605695f2077
parent233523e57e34f1ad263443bb4c12b57f1aef1aad (diff)
Add TODO comment
-rw-r--r--bpkg/pkg-build.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx
index da43ef6..4f5b423 100644
--- a/bpkg/pkg-build.cxx
+++ b/bpkg/pkg-build.cxx
@@ -5375,6 +5375,9 @@ namespace bpkg
// each configure_prerequisites_result::config_variables and merge them
// into configure_global_vars.
//
+ // @@ TODO: Note that the current global override semantics is quite
+ // broken in that we don't force reconfiguration of all the packages.
+ //
#ifndef BPKG_OUTPROC_CONFIGURE
strings configure_global_vars;
#endif