aboutsummaryrefslogtreecommitdiff
path: root/build2/config/operation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/config/operation.cxx')
-rw-r--r--build2/config/operation.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx
index 2285dd9..cf53292 100644
--- a/build2/config/operation.cxx
+++ b/build2/config/operation.cxx
@@ -675,10 +675,15 @@ namespace build2
{
ofdstream ofs (f);
+ // For now we disable amalgamating this project. Sooner or later
+ // someone will probably want to do this, though (i.e., nested
+ // configurations).
+ //
ofs << "# Generated by the create meta-operation. Edit if you " <<
"know what you are doing." << endl
<< "#" << endl
<< "project =" << endl
+ << "amalgamation =" << endl
<< endl
<< "using config" << endl;