buildsys: prevent parallel deb builds

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2018-02-09 10:13:31 +01:00
parent 9b575917b9
commit f3cf5c9bd8

View File

@ -54,7 +54,8 @@ JSSRC= \
all:
.PHONY: deb
deb ${DEB}:
deb: ${DEB}
${DEB}:
rm -rf build
rsync -a * build
cd build; dpkg-buildpackage -b -us -uc