]> git.notmuchmail.org Git - notmuch/commit
make release: remove LATEST-$(PACKAGE)-*
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 5 Dec 2011 11:39:32 +0000 (13:39 +0200)
committerDavid Bremner <bremner@debian.org>
Tue, 6 Dec 2011 13:37:45 +0000 (09:37 -0400)
commit2551c7013126964f5403ab8933e6f3ef524d1cb1
tree3ea04542d6f2bcf9bab13d0001248cf73be46340
parentfc622d7e060ea7f045e9be76b5579a9597b22ccd
make release: remove LATEST-$(PACKAGE)-*

The tar file of particular package (notmuch in this case) is named
as $(PACKAGE)-$(VERSION).tar.gz. Therefore the best way to remove
previous link to LATEST is to remove all files beginning with
LATEST-$(PACKAGE)- and not relying how $(VERSION) string is constructed.
Makefile.local