From: Wolfgang Bumiller Date: Mon, 6 Feb 2017 10:46:12 +0000 (+0100) Subject: buildsys: make job safety X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=4e515e6d6d273787a16388f7d628eddc2c4a94d8 buildsys: make job safety --- diff --git a/Makefile b/Makefile index 7d67c02..a8068e7 100644 --- a/Makefile +++ b/Makefile @@ -47,8 +47,9 @@ install: pveum.1 oathkeygen pveum.bash-completion gzip -9 ${DESTDIR}/${MAN1DIR}/pveum.1 install -m 0644 -D pveum.bash-completion ${DESTDIR}${BASHCOMPLDIR}/pveum -.PHONY: deb ${DEB} -deb ${DEB}: +.PHONY: deb +deb: ${DEB} +${DEB}: rm -rf build mkdir build make DESTDIR=`pwd`/build install