Commit 9cb867b5 authored by Carl-Daniel Hailfinger's avatar Carl-Daniel Hailfinger
Browse files

Add changelog for make export and make tarball


Thanks to Uwe for the suggestion.

Corresponding to flashrom svn r637.
Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
parent 1432a60c
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment