From fdb3931c1948fbf9d56c98165f411aa5abf1b02d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 17 Mar 2017 15:54:07 +0200 Subject: Disable amalgamation in configurations created by create meta-operation --- build2/config/operation.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build2/config') 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; -- cgit v1.1