]> git.proxmox.com Git - pve-cluster.git/commitdiff
buildsys: make job safety and old svn cruft removal
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 3 Feb 2017 14:31:30 +0000 (15:31 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 3 Feb 2017 14:31:32 +0000 (15:31 +0100)
Makefile

index c95cf9d1986088f7fad1ecb2d147ad2a9be13ae0..6e1161e5e6782a35fde795cd78f78d0f8c428811 100644 (file)
--- 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