]> git.proxmox.com Git - pve-common.git/commitdiff
buildsys: depend on check target instead of manual calling it
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Jun 2018 06:37:33 +0000 (08:37 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Jun 2018 06:57:25 +0000 (08:57 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 6af8e77fb11a0eb259fa4f565de54f08fda912fe..75093c12c089aa7f32edbb7063ee7b66eceea901 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,7 @@ dinstall: deb
 
 
 .PHONY: deb
-deb ${DEB}:
-       $(MAKE) -C test check
+deb ${DEB}: check
        rm -rf ${BUILDDIR}
        rsync -a src/ ${BUILDDIR}
        rsync -a debian/ ${BUILDDIR}/debian