--- Note: applied together with Thomas L.'s qemu 2.6 patches Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 7bab7ab..9452c09 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,9 @@ download: git clone --depth=1 git://git.qemu-project.org/qemu.git -b v2.6.0 ${KVMDIR} tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR} -${DEBS} kvm: ${KVMSRC} +.PHONY: deb +deb ${DEBS} kvm: ${KVMSRC} + rm -f *.deb rm -rf ${KVMDIR} tar xf ${KVMSRC} cp -a debian ${KVMDIR}/debian -- 2.1.4 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel