[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 67.
|
From: |
Collin Funk |
|
Subject: |
[PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 67. |
|
Date: |
Mon, 18 Mar 2024 20:12:18 -0700 |
|
User-agent: |
Mozilla Thunderbird |
Two simple patches. This just makes it so that the library Makefile
is output after gnulib-comp.m4.
The second patch fixes an error that I noticed because of this
change. We have a loop like this:
for file in ['Makefile.in.in', 'remove-potcdate.sin']:
tmpfile = self.assistant.tmpfilename(joinpath(pobase, file))
but the removal of the temporary file is done inside of the parent,
outside of the loop. Therefore only the second temporary file would be
deleted.
Collin
0003-gnulib-tool.py-Follow-gnulib-tool-changes-part-67.patch
Description: Text Data
0004-gnulib-tool.py-Make-sure-temporary-files-are-removed.patch
Description: Text Data