]> git.proxmox.com Git - spiceterm.git/commitdiff
buildsys: job-safe deb target
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 31 Jan 2017 12:37:56 +0000 (13:37 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 31 Jan 2017 12:37:56 +0000 (13:37 +0100)
Makefile

index 654729a38ebc0a09ba4f8728ca4e3ec7817756d3..2e89779e74edcc5d7895a06b516932ca97798981 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,8 @@ install: spiceterm spiceterm.1
        install -s -m 0755 spiceterm ${DESTDIR}/usr/bin
 
 .PHONY: deb
-${DEB} deb:
+deb: ${DEB}
+${DEB}:
        make clean
        rsync -a . --exclude build build
        echo "git clone git://git.proxmox.com/git/spiceterm.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE