qa: make -j on kernel build

This commit is contained in:
Sage Weil 2010-03-08 13:35:56 -08:00
parent c9506f71ad
commit a7ae330d22

View File

@ -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 ..