]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Follow gnulib-tool changes, part 53.
authorCollin Funk <collin.funk1@gmail.com>
Mon, 11 Mar 2024 07:06:18 +0000 (00:06 -0700)
committerBruno Haible <bruno@clisp.org>
Mon, 11 Mar 2024 12:05:09 +0000 (13:05 +0100)
commit81fa24dab16100eecde8c7b52dc2ed6e11754d8a
tree22c73e547aaa84f0a5ca037c866d121e47cf3d58
parent2045ee7288c2a4d0dbea090ae5b829557f96dc1a
gnulib-tool.py: Follow gnulib-tool changes, part 53.

Follow gnulib-tool change
2021-12-21  Bruno Haible  <bruno@clisp.org>
Optimize redundant 'mkdir -p .' invocations.

* pygnulib/GLEmiter.py (_eliminate_NMD_from_line): New private function
to remove @NMD@ occurrences from the line of an Automake snippet.
(_eliminate_NMD): New private function which uses
_eliminate_NMD_from_line on each line of the Automake snippet.
(GLEmiter.lib_Makefile_am, GLEmiter.tests_Makefile_am): Use
_eliminate_NMD on the Automake snippet.
ChangeLog
gnulib-tool.py.TODO
pygnulib/GLEmiter.py