5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-02-15 05:57:39 +03:00

buildsys: only deb should be phony; start by removing debs

This commit is contained in:
Wolfgang Bumiller 2016-07-04 08:33:57 +02:00 committed by Fabian Grünbichler
parent f745762b2e
commit ffc0bacfa5

View File

@ -89,8 +89,9 @@ install: ${PKGSOURCES}
gzip -9 ${DESTDIR}/${MAN5DIR}/qm.conf.5
cd ${DESTDIR}/${MAN5DIR}; ln -s qm.conf.5.gz vm.conf.5.gz
.PHONY: deb ${DEB}
.PHONY: deb
deb ${DEB}: ${PKGSOURCES}
rm -f *.deb
rm -rf build
mkdir build
make DESTDIR=${CURDIR}/build install