Re: fchmodat.c & lchmod.c - O_PATH & AT_EMPTY_PATH on older kernels

2022-06-21 Thread Bruno Haible
Paul Eggert wrote: > Thanks for reporting those problems. I installed the attached, which > fixed things for me on GNU/Linux and AIX. I think it should also put a > dent into the problems you reported on MS-Windows Thanks. I confirm it fixes the compilation warning and the test failures on AIX.

Re: Parallelization of shell scripts for 'configure' etc.

2022-06-21 Thread Alexandre Oliva
On Jun 13, 2022, Paul Eggert wrote: > In many Gnu projects, the 'configure' script is the biggest barrier to > building because it takes s long to run. Is there some way that we > could improve its performance without completely reengineering it, by > improving Bash so that it can parallelize