mirror of
https://0xacab.org/optout/plague-kernel.git
synced 2024-10-01 03:35:36 -04:00
build script tweak with nproc
This commit is contained in:
parent
86d3db5504
commit
6f262c63ae
@ -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…
Reference in New Issue
Block a user