changeset 5:db07c91fb677

add -j8 for moudle make
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 17 Dec 2017 13:39:42 +0900
parents 1ee02bb450bd
children 93892172f7fb
files main.yml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main.yml	Sun Dec 17 12:20:23 2017 +0900
+++ b/main.yml	Sun Dec 17 13:39:42 2017 +0900
@@ -89,8 +89,8 @@
   - name: make modules
     shell: "{{ item }}"
     with_items:
-    - make modules
-    - make modules_install
+    - make -j8 modules
+    - make -j8 modules_install
     args:
       chdir: /usr/src/kernels/fedora