parallel jobs
[wyse_ntpd.git] / makeitall.sh
index d41671c..2dd542a 100755 (executable)
@@ -13,12 +13,12 @@ popd
 
 echo "Building linux kernel - this is gunna take a while..."
 pushd src/linux-3.10.9
-make
+make -j 5
 popd
 echo "..... done"
 
 echo "Now Buildroot.... also going to take a while"
 pushd src/buildroot-2013.05
-make
+make -j 5
 popd
 echo "..... done"