From 83b5af87efef571b707fc1f409f22571a9f5054c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Aug 2016 16:23:37 +0200 Subject: Add support for ordering modules in config.build --- build2/test/module.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build2/test') diff --git a/build2/test/module.cxx b/build2/test/module.cxx index 3b5cf7b..83ccf3c 100644 --- a/build2/test/module.cxx +++ b/build2/test/module.cxx @@ -74,6 +74,12 @@ namespace build2 //@@ TODO: Need ability to specify extra diff options (e.g., // --strip-trailing-cr, now hardcoded). + // Adjust module priority so that the config.test.* values are saved at + // the end of config.build. + // + // if (s) + // config::save_module (r, "test", INT32_MAX); + // Register rules. // { -- cgit v1.1