]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Don't print Makefile.am edits that are already done.
authorBruno Haible <bruno@clisp.org>
Fri, 29 Mar 2024 11:14:21 +0000 (12:14 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 29 Mar 2024 11:14:21 +0000 (12:14 +0100)
commit4bcd2d1078b853c5325d0541af691643c29ff90d
tree2dd83abeb511a45e0a1a49141ad7a4f9343ca9a0
parentd4c147fa57ab8b0c21ca34289d4a2d69a2d42eba
gnulib-tool.py: Don't print Makefile.am edits that are already done.

* pygnulib/GLMakefileTable.py (GLMakefileTable): Improve comments.
(GLMakefileTable.__getitem__): Do not clone the result.
* pygnulib/GLEmiter.py (GLEmiter.lib_Makefile_am, tests_Makefile_am):
Avoid a KeyError when testing for 'var'.
Use 'del' to remove a dictionary entry.
* pygnulib/GLImport.py (GLImport.execute): Avoid a KeyError when
testing for 'var'. Simplify loop over makefiletable.
ChangeLog
pygnulib/GLEmiter.py
pygnulib/GLImport.py
pygnulib/GLMakefileTable.py