5
0
mirror of git://git.proxmox.com/git/pve-common.git synced 2025-02-25 21:57:42 +03:00

buildsys: depend on check target instead of manual calling it

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-06-18 08:37:33 +02:00
parent 82ad3144ff
commit a73f417f10

View File

@ -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