mirror of
https://0xacab.org/optout/plague-kernel.git
synced 2026-01-04 02:25:27 -05:00
build script tweak with nproc
This commit is contained in:
parent
86d3db5504
commit
6f262c63ae
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ make clean
|
|||
make oldconfig
|
||||
make menuconfig
|
||||
echo "Compiling "$KVER""
|
||||
make --jobs=9
|
||||
make --jobs=$(nproc)
|
||||
make modules_install
|
||||
|
||||
# Ensure /boot is rw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue