5
0
mirror of git://git.proxmox.com/git/pve-guest-common.git synced 2024-12-22 13:34:00 +03:00

buildsys: make job safety

This commit is contained in:
Wolfgang Bumiller 2017-02-03 14:44:51 +01:00
parent ee12450ae7
commit ff43654055

View File

@ -12,7 +12,8 @@ DOCDIR=${DESTDIR}/usr/share/doc/${PACKAGE}
all:
.PHONY: deb
deb ${DEB}:
deb: ${DEB}
${DEB}:
rm -rf build
rsync -a * build
cd build; dpkg-buildpackage -b -us -uc