Re: gzimg hashes

Brook Milligan <[email protected]> Tue, 14 Jul 2026 08:45:06 -0600
Newsgroups gmane.os.netbsd.current
Message-ID <[email protected]>
> On Jul 14, 2026, at 08:10, David H. Gutteridge <[email protected]> =
wrote:
>=20
> Our make(1) offers a special ".NOTPARALLEL" target that can be placed
> around problem spots, so that could be one way. (I haven't tried it =
yet,
> but I've found multiple "-j 1" builds for me always result in correct
> output for the aarch64 checksum files, as you'd expect.)

OK, good to know. =20

I=E2=80=99m not quite sure how to use .NOTPARALLEL.  The bits of code in =
question are from the target

	__mkimage: .USE

and .NOTPARALLEL is a special target to which the following applies:

	Special targets may not be included with other targets, i.e.=20
	they must be the only target specified.

Suggestions welcome.

Thanks a lot.

Cheers,
Brook