Author: hailfinger Date: 2009-06-30 14:41:00 +0200 (Tue, 30 Jun 2009) New Revision: 637
Modified: trunk/Makefile Log: 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 Acked-by: Uwe Hermann uwe@hermann-uwe.de
Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2009-06-28 23:26:37 UTC (rev 636) +++ trunk/Makefile 2009-06-30 12:41:00 UTC (rev 637) @@ -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