Re: git: a5f03413aade - main - ci: Redirect output for builds.

From: Simon J. Gerraty <sjg_at_juniper.net>
Date: Thu, 23 May 2024 19:10:24 UTC
Warner Losh <imp@bsdimp.com> wrote:
> >     ci: Redirect output for builds.
> >
> >     This target is far too noisy to be at all useful. Save the output ala
> >     make universe in _. files. Also report where to find errors.

Could this issue be addressed by simply using -jobs ?
eg.

	make ci-buildworld-jobs

runs ci-buildworld with suitable -j arg and redirects output to
../ci-buildworld.log by default.