Skip to content

Commit cc9e36a

Browse files
Umer Saleembehlendorf
Umer Saleem
authored andcommitted
Disable parallel build for native-deb* targets
Running native-deb* targets in parallel via make is not supported. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Umer Saleem <[email protected]> Closes#14736
1 parent c204c3f commit cc9e36a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/deb.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,5 @@ native-deb-kmod: native-deb-local debian
101101
fakeroot debian/rules override_dh_binary-modules;
102102

103103
native-deb: native-deb-utils native-deb-kmod
104+
105+
.NOTPARALLEL: native-deb native-deb-utils native-deb-kmod

0 commit comments

Comments
 (0)