pve-kernel-qoup/debian
Fabian Grünbichler 5ca6d78da6 d/rules: close race between 'cp' and module handling
sometimes the build would fail with

cp: cannot stat 'ubuntu-hirsute/.tmp_1987275': No such file or directory
make[1]: *** [debian/rules:181: .headers_prepare_mark] Error 1
make[1]: Leaving directory '/home/fgruenbichler/pve-kernel/build'
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
make: *** [Makefile:58: pve-kernel-5.11.21-1-pve_5.11.21-1_amd64.deb] Error 2

if copying was slow enough.

so let's do the copying first, then do the rest in parallel without
needing to worry about side-effects.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2021-06-15 14:31:10 +02:00
..
rules.d build: move build and packaging to debian/ 2018-03-09 09:19:58 +01:00
scripts d/scripts: fix find-firmware version regex 2021-01-15 15:10:56 +01:00
changelog bump version to 5.11.21-1 2021-06-01 16:39:11 +02:00
compat debian/compat: set to 10 2018-03-09 09:19:58 +01:00
control.in d/control: wrap-and-sort 2021-06-15 14:31:10 +02:00
copyright debian/copyright: whitespace cleanup 2018-03-09 09:19:58 +01:00
pve-headers.postinst.in build: move/merge files 2018-03-09 09:19:58 +01:00
pve-kernel.postinst.in build: move/merge files 2018-03-09 09:19:58 +01:00
pve-kernel.postrm.in build: move/merge files 2018-03-09 09:19:58 +01:00
pve-kernel.prerm.in build: move/merge files 2018-03-09 09:19:58 +01:00
rules d/rules: close race between 'cp' and module handling 2021-06-15 14:31:10 +02:00