[pve-devel] [PATCH 8/9] Makefile ignore missing KVM_SRC

Stefan Priebe s.priebe at profihost.ag
Mon Feb 11 10:27:36 CET 2013


Signed-off-by: Stefan Priebe <s.priebe at profihost.ag>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index c90c4d6..9eecd33 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ ARCH=amd64
 
 KVM_DEB=${KVMPACKAGE}_${KVMVER}-${KVMPKGREL}_${ARCH}.deb
 
-all: ${KVM_DEB} ${KVMSRC}
+all: ${KVM_DEB}
 
 .PHONY: download
 download:
@@ -21,7 +21,7 @@ download:
 	cd ${KVMDIR}; git checkout -b local v1.3.1
 	tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
-${KVM_DEB} kvm: ${KVMSRC}
+${KVM_DEB} kvm:
 	rm -rf ${KVMDIR}
 	rsync -a --delete .qemu.git/ ${KVMDIR}/ --exclude=".git*"
 	cp -a debian ${KVMDIR}/debian
-- 
1.7.10.4




More information about the pve-devel mailing list