[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnulib-tool.py: Simplify running some commands in a given directory
From: |
Collin Funk |
Subject: |
Re: gnulib-tool.py: Simplify running some commands in a given directory |
Date: |
Fri, 19 Apr 2024 09:41:06 -0700 |
User-agent: |
Mozilla Thunderbird |
On 4/19/24 9:24 AM, Bruno Haible wrote:
> This patch optimizes some subprocess invocations.
>
> I did not change the os.chdir calls around larger blocks of code.
Looks good. I had a look at doing this previously but in GLTestDir for
example, we use 'constants.execute' to deal with the:
Executing autoheader...
Executing touch config.h.in...
messages. I sort of focused on other changes instead of worrying about
breaking those...
Collin