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

index 2381e35eff0440f169f4accc0b9652a025968825..03bdee364f917fc45f3fe1d4fc09c11a2949124f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,9 @@ ${PACKAGE}-dbg_${LXCVER}-${DEBREL}_${ARCH}.deb
 all: ${DEBS}
        echo ${DEBS}
 
-deb ${DEBS}: ${SRCTAR}
+.PHONY: deb
+deb: ${DEBS}
+${DEBS}: ${SRCTAR}
        rm -rf ${SRCDIR}
        tar xf ${SRCTAR}
        cp -a debian ${SRCDIR}/debian