1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-29 07:53:44 +02:00

Add changelog for make export and make tarball

Thanks to Uwe for the suggestion.

Corresponding to flashrom svn r637.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Carl-Daniel Hailfinger 2009-06-30 12:41:00 +00:00
parent 1432a60c85
commit 9cb867b571

View File

@ -133,6 +133,7 @@ export:
@rm -rf $(EXPORTDIR)/flashrom-$(VERSION)
@svn export -r BASE . $(EXPORTDIR)/flashrom-$(VERSION)
@sed "s/^SVNVERSION.*/SVNVERSION := $(SVNVERSION)/" Makefile >$(EXPORTDIR)/flashrom-$(VERSION)/Makefile
@LC_ALL=C svn log >$(EXPORTDIR)/flashrom-$(VERSION)/ChangeLog
@echo Exported $(EXPORTDIR)/flashrom-$(VERSION)/
tarball: export