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 <[email protected]> Acked-by: Uwe Hermann <[email protected]> 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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

