From 9cb867b57162d028e5819f72e9e504af242d19b4 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Tue, 30 Jun 2009 12:41:00 +0000 Subject: 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 Acked-by: Uwe Hermann --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77193350..fcac2ecd 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3