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

index 1f972c1e65444858aa41cf73fcb8ea7c9245391a..012186a66f0926cf9404d54b6d796ff9d669e4bd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,8 @@ install: ${PKGSOURCES}
        cd ${DESTDIR}/${MAN5DIR}; ln -s qm.conf.5.gz vm.conf.5.gz
 
 .PHONY: deb
-deb ${DEB}: ${PKGSOURCES}
+deb: ${DEB}
+${DEB}: ${PKGSOURCES}
        rm -f *.deb
        rm -rf build
        mkdir build