mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
Disable parallel build for native-deb* targets
Running native-deb* targets in parallel via make is not supported. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Umer Saleem <usaleem@ixsystems.com> Closes#14736
This commit is contained in:
parent
c204c3f340
commit
cc9e36a42e
@ -101,3 +101,5 @@ native-deb-kmod: native-deb-local debian
|
||||
fakeroot debian/rules override_dh_binary-modules;
|
||||
|
||||
native-deb: native-deb-utils native-deb-kmod
|
||||
|
||||
.NOTPARALLEL: native-deb native-deb-utils native-deb-kmod
|
||||
|
Loading…
Reference in New Issue
Block a user