diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-18 18:10:23 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-19 12:10:40 +0700 |
commit | 639b3665e1710dd8549eb1faefb42eebd215f598 (patch) | |
tree | c90bb1480801149d4cd79865442c0526008a0d52 /system/qemu | |
parent | b08754ba17785d8200ba2d8e596509c36ff4be98 (diff) |
system/qemu: Use MAKEFLAGS to pass numjobs.
We only hardcode -j1 if a build cannot work with multiple jobs,
otherwise rely on MAKEFLAGS.
https://idlemoor.gitlab.io/2016/09/15/Builds-that-need-j1.html
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/qemu')
-rw-r--r-- | system/qemu/qemu.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/qemu/qemu.SlackBuild b/system/qemu/qemu.SlackBuild index b42f0be6ffdd..763c04d24827 100644 --- a/system/qemu/qemu.SlackBuild +++ b/system/qemu/qemu.SlackBuild @@ -136,7 +136,7 @@ CXXFLAGS="$SLKCFLAGS" \ $with_vnc \ $targets -make V=1 -j${NUMJOBS} +make V=1 make install DESTDIR=$PKG # Remove empty /var |