]> git.earman.xyz Git - sensor-watch.git/commit
Fix Linux Makefile parallelism
authorJames Haggerty <james@gruemail.com>
Mon, 24 Oct 2022 22:24:54 +0000 (09:24 +1100)
committerJames Haggerty <james@gruemail.com>
Mon, 24 Oct 2022 22:24:54 +0000 (09:24 +1100)
commit07f439c598d585651871794a96c0d124f77a5d56
treea7ca2b16c26b856ba05054c2b1fe8d6fabb6d551
parent5bd0aafc24afffe33d4a014bc9af9865f708a65b
Fix Linux Makefile parallelism

Makefile != bourne shell, I think.

At least on my systems, this was causing a raw -j, which meant
that make had no restriction on its parallelism
(i.e. tried to build everything at once).
make.mk