5
0
mirror of git://git.proxmox.com/git/pve-common.git synced 2024-12-24 01:33:48 +03:00

buildsys: refactor distclean and clean target

remove the cleanup of the not produced ${PACKAGE}-*.tar.gz file.
This is here since the import from SVN, but is not needed since quite
a time.

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

View File

@ -27,12 +27,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: