Add changelog for make export and make tarball.
Thanks to Uwe for the suggestion.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Index: flashrom-changelog/Makefile =================================================================== --- flashrom-changelog/Makefile (revision 632) +++ flashrom-changelog/Makefile (working copy) @@ -133,6 +133,7 @@ @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