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:
Umer Saleem
2024-10-04 00:11:57 +05:00
committed by Brian Behlendorf
parent c204c3f340
commit cc9e36a42e
+2
View File
@@ -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