mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 23:39:33 +02:00
don't call blobutil directly from lbmk
it's bloat, and was only there for backwards compatibility with the old commands, but the new commands are e.g. ./update blobs inject instead of: ./blobutil inject this results in a slight code size reduction in lbmk Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -29,9 +29,8 @@ simple_fetch_list="${simple_fetch_list} bios_extract biosutilities"
|
||||
|
||||
dirlist="resources util" # do not add blobs directory here. it's handled below
|
||||
|
||||
filelist="lbmk blobutil modify build README.md COPYING Makefile update"
|
||||
filelist="${filelist} version versiondate projectname .gitcheck fetch"
|
||||
filelist="${filelist} fetch_trees"
|
||||
filelist="lbmk modify build README.md COPYING Makefile update version"
|
||||
filelist="${filelist} versiondate projectname .gitcheck fetch fetch_trees"
|
||||
|
||||
version="version-unknown"
|
||||
versiondate="version-date-unknown"
|
||||
|
||||
Reference in New Issue
Block a user