On Fri, Jun 06, 2025 at 03:12:31PM +0700, Robert Elz wrote:
> Date: Fri, 06 Jun 2025 02:34:02 +0700
> From: Robert Elz <[email protected]>
> Message-ID: <[email protected]>
>
> | After your most recent changes it is failing to build on the
>
> And a little after that message, martin@ fixed it. Thanks.
I was wondering if we should make the build a bit more forgiving by
changing the "sort -m" into something like
cat ${.ALLSRC} | sort -u
but since the files change so rarely sorting them upfront is no big
effort.
Martin