From 0ef952c15406cc258506bde101337abc0da327f0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 3 Feb 2017 15:31:30 +0100 Subject: [PATCH] buildsys: make job safety and old svn cruft removal --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c95cf9d..6e1161e 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,11 @@ dinstall: ${DEB} dpkg -i ${DEB} .PHONY: deb -deb ${DEB} ${DBG_DEB}: +deb ${DBG_DEB}: ${DEB} +${DEB}: rm -f *.deb rm -rf build - rsync -a --exclude .svn data/ build + cp -a data build cp -a debian build/debian echo "git clone git://git.proxmox.com/git/pve-cluster.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE cd build; ./autogen.sh -- 2.39.2