mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 21:24:27 +01:00
build: Use jobs to control xargs parallelism.
This commit is contained in:
parent
bdb6a31e8c
commit
c1fc8283d1
2 changed files with 12 additions and 10 deletions
|
|
@ -113,6 +113,8 @@ container-build:
|
|||
|
||||
all32 $(MAKECMDGOALS32): container-build
|
||||
all64 $(MAKECMDGOALS64): container-build
|
||||
else
|
||||
J = $(patsubst -j%,%,$(filter -j%,$(MAKEFLAGS)))
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue