]> git.proxmox.com Git - pve-container.git/commitdiff
buildsys: make job safety
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 7 Feb 2017 12:37:39 +0000 (13:37 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 7 Feb 2017 12:37:39 +0000 (13:37 +0100)
Makefile

index 4bab259af4506ca20db2dee1d197f7ab13cb051d..19a040429d6b140f938fab982081c904191929a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,8 @@ dinstall: ${DEB}
        dpkg -i ${DEB}
 
 .PHONY: deb
-deb ${DEB}:
+deb: ${DEB}
+${DEB}:
        rm -rf build
        mkdir build
        rsync -a src/ build