diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-12 10:16:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-12 10:16:07 +0200 |
commit | 87d871e77649d439b4d62208576239d1341eedef (patch) | |
tree | 7b5ed940155fde57d242d5289ed08fd0c9231526 /libbuild2/buildfile | |
parent | 4551e5797fe83d4e5e31f3164fcfa3418332ac3d (diff) |
Rename config.{import,export} to config.config.{load,save}
Also rename the $config.export() function to $config.save().
Diffstat (limited to 'libbuild2/buildfile')
-rw-r--r-- | libbuild2/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
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...} |