X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=0c45312819885a011e53fb64331485210d2b29f6;hp=599e99f17f25762cc6e9d793e91c25f8a64f75bf;hb=d01452bdce1a07e7eb4badd5d989b09224a13ee2;hpb=dbaa6e520aa35c69f30eaea88e9ee73917befd81 diff --git a/Makefile b/Makefile index 599e99f..0c45312 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION=5.0 -PKGREL=34 +PKGREL=38 PACKAGE=libpve-common-perl @@ -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: