X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=75093c12c089aa7f32edbb7063ee7b66eceea901;hp=599e99f17f25762cc6e9d793e91c25f8a64f75bf;hb=a73f417f107bfa37e4789f9d64784068adb37382;hpb=dbaa6e520aa35c69f30eaea88e9ee73917befd81 diff --git a/Makefile b/Makefile index 599e99f..75093c1 100644 --- 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 @@ -27,12 +26,10 @@ deb ${DEB}: cd ${BUILDDIR}; dpkg-buildpackage -b -us -uc lintian ${DEB} -.PHONY: clean -clean: - rm -rf *~ *.deb *.changes ${BUILDDIR} ${PACKAGE}-*.tar.gz *.buildinfo - -.PHONY: distclean +.PHONY: clean distclean distclean: clean +clean: + rm -rf *~ *.deb *.changes ${BUILDDIR} *.buildinfo .PHONY: check check: