aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/module.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-05-15 12:12:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-05-27 08:35:29 +0200
commit66834a2d66bdcd36013afd7c3325acd9acf4a0b6 (patch)
treee0329bcfbd24bcb6fd56f0ad94597c0050d49496 /libbuild2/module.cxx
parentcf1670f9a6541e42f22d58e2de5940e64cb6637e (diff)
Support for the nested build case
Diffstat (limited to 'libbuild2/module.cxx')
-rw-r--r--libbuild2/module.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/module.cxx b/libbuild2/module.cxx
index ce6c9d6..cfedefe 100644
--- a/libbuild2/module.cxx
+++ b/libbuild2/module.cxx
@@ -363,7 +363,7 @@ namespace build2
{
// This could be initial or exclusive load.
//
- // @@ TODO
+ // @@ TODO: see the ad hoc recipe case as a reference.
//
fail (loc) << "nested build system module updates not yet supported";
}