mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Currently the number of make jobs used for the default build target are
hardcoded and the value used varies across files.
For consistency (and potentially better performance), use
`make -j "$(nproc)"` everywhere that `make -j` is currently used.
Kind of relates to commit
|
||
|---|---|---|
| .. | ||
| check-caps.sh | ||
| extract_caps.c | ||
| extract_errnos.sh | ||
| extract_seccomp.c | ||
| extract_syscalls.c | ||
| mkcoverit.sh | ||
| testuid.c | ||
| ttytest.c | ||
| unchroot.pl | ||
| unixsocket.c | ||