From fb7528c9e00e7901e4b7febc36bf4b49c51ec525 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 28 Jun 2016 15:16:25 +0200 Subject: [PATCH] buildsys: add phony deb target, make ${DEBS} non-phony --- 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.39.2