mirror of
https://github.com/ceph/ceph
synced 2025-02-18 16:37:41 +00:00
qa: make -j on kernel build
This commit is contained in:
parent
c9506f71ad
commit
a7ae330d22
@ -6,7 +6,7 @@ cd t
|
||||
tar jxvf ../linux*
|
||||
cd linux*
|
||||
make defconfig
|
||||
make
|
||||
make -j`grep -c processor /proc/cpuinfo`
|
||||
cd ..
|
||||
rm -r linux*
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user