]> git.proxmox.com Git - lvm.git/commitdiff
buildsys: job safety
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 20 Mar 2017 08:27:31 +0000 (09:27 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 20 Mar 2017 09:17:35 +0000 (10:17 +0100)
Makefile

index b2b1b6941608113b62930fdc555fd09783fa28c8..3470f1d79259748b16b0fcfe73ee02da9837aae2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,8 @@ dinstall: ${DEBS}
        dpkg -i ${DEBS}
 
 .PHONY: deb
-deb ${DEBS}: ${LVMSRC}
+deb: ${DEBS}
+${DEBS}: ${LVMSRC}
        rm -rf ${LVMDIR}
        tar xf ${LVMSRC}
        echo "git clone git://git.proxmox.com/git/lvm.git\\ngit checkout ${GITVERSION}" > ${LVMDIR}/debian/SOURCE