mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
README: Update packaging section for Git repositories
Change-Id: I8d9c56be8c1381b175ce7695c53f31b1767d9d17
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/22454
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
(cherry picked from commit 6891709a1f
)
Reviewed-on: https://review.coreboot.org/22672
This commit is contained in:
18
README
18
README
@ -24,20 +24,22 @@ Please see the flashrom(8) manpage.
|
|||||||
Packaging
|
Packaging
|
||||||
---------
|
---------
|
||||||
|
|
||||||
To package flashrom and remove dependencies on subversion, either use
|
To package flashrom and remove dependencies on Git, either use
|
||||||
make export
|
make export
|
||||||
or
|
or
|
||||||
make tarball
|
make tarball
|
||||||
|
|
||||||
make export will export all flashrom files from the subversion repository at
|
'make export' will export all flashrom files from the Git repository at
|
||||||
revision BASE into a directory named $EXPORTDIR/flashrom-$VERSION-r$SVNREVISION
|
revision HEAD into a directory named "$EXPORTDIR/flashrom-$RELEASENAME"
|
||||||
and will additionally modify the Makefile in that directory to contain the svn
|
and will additionally add a "versioninfo.inc" file in that directory to
|
||||||
revision of the exported tree.
|
contain the Git revision of the exported tree and a date for the manual
|
||||||
|
page.
|
||||||
|
|
||||||
make tarball will simply tar up the result of make export and gzip compress it.
|
'make tarball' will simply tar up the result of make export and compress
|
||||||
|
it with bzip2.
|
||||||
|
|
||||||
The snapshot tarballs are the result of make tarball and require no further
|
The snapshot tarballs are the result of 'make tarball' and require no
|
||||||
processing.
|
further processing.
|
||||||
|
|
||||||
|
|
||||||
Build Instructions
|
Build Instructions
|
||||||
|
Reference in New Issue
Block a user