From eeb155ebc35c5947234f731c333e2bd71ea88974 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Aug 2024 09:36:16 +0200 Subject: Add support for JSON compilation database generation and maintenance See the "Compilation Database" section in the "cc Module" chapter of the manual for details. --- libbuild2/module.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/module.cxx') diff --git a/libbuild2/module.cxx b/libbuild2/module.cxx index 520b993..36a7ce5 100644 --- a/libbuild2/module.cxx +++ b/libbuild2/module.cxx @@ -480,7 +480,7 @@ namespace build2 // if (nested) { - // This could be initial or exclusive load. + // This could be initial or interrupting load. // // @@ TODO: see the ad hoc recipe case as a reference. // -- cgit v1.1