Re: gzimg hashes
Valery Ushakov <[email protected]> Thu, 16 Jul 2026 01:51:06 +0300
| Newsgroups | gmane.os.netbsd.current |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 15, 2026 at 11:54:46 -0600, Brook Milligan wrote: > Yes, indeed a parallelism issue. That is now fixed. mkhashes still carries stale $NetBSD$ from its prototype mkhashes serializes image creation, can't we exploit make parallelism istead of fighting it? foo.img.gz.$(HASH) depends on foo.img.gz $(HASH) depends on all *.img.gz.$(HASH) with a trivial cat $> > $@ rule -uwe