]> git.proxmox.com Git - lxcfs.git/commitdiff
buildsys: make job safety
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 7 Feb 2017 11:24:38 +0000 (12:24 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 7 Feb 2017 11:24:38 +0000 (12:24 +0100)
Makefile

index d03fce22490873a2c546a2cadcf162b187926447..d80af0608ec960d8a065bfb4d9acbba11c1139ca 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,9 @@ DEB=${PACKAGE}_${PKGVER}-${DEBREL}_${ARCH}.deb \
 
 all: ${DEB}
 
-deb ${DEB}: ${SRCTAR}
+.PHONY: deb
+deb: ${DEB}
+${DEB}: ${SRCTAR}
        rm -rf ${SRCDIR}
        tar xf ${SRCTAR}
        cp -a debian ${SRCDIR}/debian