From 87d871e77649d439b4d62208576239d1341eedef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Nov 2019 10:16:07 +0200 Subject: Rename config.{import,export} to config.config.{load,save} Also rename the $config.export() function to $config.save(). --- libbuild2/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/buildfile') diff --git a/libbuild2/buildfile b/libbuild2/buildfile index 6f368d0..7b88fd4 100644 --- a/libbuild2/buildfile +++ b/libbuild2/buildfile @@ -44,7 +44,7 @@ config/cxx{host-config}: config/in{host-config} # Remove comment lines which could be confused with preprocessor directives # by some lesser compilers. # - host_config = $regex.replace_lines($config.export(), '^ *#.*$', [null], return_lines) + host_config = $regex.replace_lines($config.save(), '^ *#.*$', [null], return_lines) } libul{build2}: dist/{hxx ixx txx cxx}{** -**.test...} -- cgit v1.1