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:
parent
dbaa6e520a
commit
82ad3144ff
8
Makefile
8
Makefile
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user