Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: gzimg hashes
> On Jul 14, 2026, at 08:10, David H. Gutteridge <david%gutteridge.ca@localhost> wrote:
>
> 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.
I’m 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.
they must be the only target specified.
Suggestions welcome.
Thanks a lot.
Cheers,
Brook
Home |
Main Index |
Thread Index |
Old Index