The project "Citadel server, clients, utilities":
The branch, master has been updated
via b26508639226d27940196758bcfb5e6a1e4e5e46 (commit)
from fdba449946e59f738fdc3247debeb9ad272e103e (commit)
- Log -----------------------------------------------------------------
commit b26508639226d27940196758bcfb5e6a1e4e5e46
Author: Art Cancro <[email protected]>
Date: Wed Sep 3 08:27:38 2025 -0700
Auto-tune parallelism via nproc; inject -j into MAKEFLAGS if unset
GNU Make now detects CPU count using nproc and sets MAKEFLAGS += -jN
unless the user has already specified -j. This covers the common case
(Linux systems) without ceremony or fallback. Emits a banner for lore.
Echoes the spirit of early Makefile magicâ40 years later, still refining.
-----------------------------------------------------------------------
Summary of changes:
citadel/Makefile | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
--
Citadel server, clients, utilities