tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: patch: parallelized pkg_chk



On Thu, 12 Mar 2020 22:30:28 +0100
Tobias Nygren <tnn%NetBSD.org@localhost> wrote:

> Using xargs was my first idea but unfortunately xargs can't directly
> call shell functions, so pkg_chk.sh needs some custom entry points for
> that to work.

Though it now occured to me that "wait -n" isn't portable so I have to
change it to use xargs anyway. "xargs -P" isn't portable either, so it
also needs to be whitelisted to platforms that support it.

-Tobias


Home | Main Index | Thread Index | Old Index