wafsamba: Fix 'make -j<jobs>'
authorAndreas Schneider <asn@samba.org>
Thu, 6 Sep 2018 10:40:10 +0000 (12:40 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 10 Sep 2018 14:45:04 +0000 (16:45 +0200)
commitb29d90ffa4408b416a76550f9ab617b6e5303313
tree5f489b215a56a14d9370276b7c2147bdc5c4767a
parent3ea96a259258e286284c65e840148b6a7d57a5a8
wafsamba: Fix 'make -j<jobs>'

Currently only 'make -j' enables parallel builds and e.g. 'make -j4'
results in no parallel compile jobs at all.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13606

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Fri Sep  7 20:24:46 CEST 2018 on sn-devel-144

(cherry picked from commit 70169d4789fe8b2ee4efe5e88eeaa80e1a641b32)

Autobuild-User(v4-8-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-8-test): Mon Sep 10 16:45:04 CEST 2018 on sn-devel-144
buildtools/wafsamba/samba_utils.py