mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-29 07:53:44 +02:00
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>
This commit is contained in:
parent
1432a60c85
commit
9cb867b571
1
Makefile
1
Makefile
@ -133,6 +133,7 @@ export:
|
|||||||
@rm -rf $(EXPORTDIR)/flashrom-$(VERSION)
|
@rm -rf $(EXPORTDIR)/flashrom-$(VERSION)
|
||||||
@svn export -r BASE . $(EXPORTDIR)/flashrom-$(VERSION)
|
@svn export -r BASE . $(EXPORTDIR)/flashrom-$(VERSION)
|
||||||
@sed "s/^SVNVERSION.*/SVNVERSION := $(SVNVERSION)/" Makefile >$(EXPORTDIR)/flashrom-$(VERSION)/Makefile
|
@sed "s/^SVNVERSION.*/SVNVERSION := $(SVNVERSION)/" Makefile >$(EXPORTDIR)/flashrom-$(VERSION)/Makefile
|
||||||
|
@LC_ALL=C svn log >$(EXPORTDIR)/flashrom-$(VERSION)/ChangeLog
|
||||||
@echo Exported $(EXPORTDIR)/flashrom-$(VERSION)/
|
@echo Exported $(EXPORTDIR)/flashrom-$(VERSION)/
|
||||||
|
|
||||||
tarball: export
|
tarball: export
|
||||||
|
Loading…
x
Reference in New Issue
Block a user