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

2022-06-18 Thread Tim Rühsen
Hi all, On 14.06.22 00:39, 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 parall

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

2022-06-18 Thread L A Walsh
On 2022/06/13 15:39, 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 '