]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
buildsys: prevent parallel deb builds
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 9 Feb 2018 09:13:31 +0000 (10:13 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 9 Feb 2018 09:13:34 +0000 (10:13 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index 18ad56a6e57285e2316a27a9378c2eb2b50fc47d..33f233e9ba052ac0a1bf983c8ff45cf748c1d5c8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,8 @@ JSSRC=                                        \
 all:
 
 .PHONY: deb
-deb ${DEB}:
+deb: ${DEB}
+${DEB}:
        rm -rf build
        rsync -a * build
        cd build; dpkg-buildpackage -b -us -uc