summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-06-30 12:41:00 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-06-30 12:41:00 +0000
commit9cb867b57162d028e5819f72e9e504af242d19b4 (patch)
tree90d4954bff1e231d982d62202700ac2d702d8d8b /Makefile
parent1432a60c85ca4ccaeaf56cfa779fa71059c41483 (diff)
downloadast2050-flashrom-9cb867b57162d028e5819f72e9e504af242d19b4.zip
ast2050-flashrom-9cb867b57162d028e5819f72e9e504af242d19b4.tar.gz
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7719335..fcac2ec 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
OpenPOWER on IntegriCloud