mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 04:55:19 +02:00
update build/release/src based on lbmk changes
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -33,7 +33,7 @@ simple_fetch_list="${simple_fetch_list} bios_extract biosutilities"
|
|||||||
dirlist="resources util script include"
|
dirlist="resources util script include"
|
||||||
|
|
||||||
filelist="lbmk modify build README.md COPYING Makefile update version"
|
filelist="lbmk modify build README.md COPYING Makefile update version"
|
||||||
filelist="${filelist} versiondate projectname .gitcheck fetch fetch_trees"
|
filelist="${filelist} versiondate projectname checkgit"
|
||||||
|
|
||||||
version="version-unknown"
|
version="version-unknown"
|
||||||
versiondate="version-date-unknown"
|
versiondate="version-date-unknown"
|
||||||
@@ -159,7 +159,6 @@ purge_files()
|
|||||||
done
|
done
|
||||||
for p in "nvmutil" "ich9utils" "spkmodem_recv" "e6400-flash-unlock"; do
|
for p in "nvmutil" "ich9utils" "spkmodem_recv" "e6400-flash-unlock"; do
|
||||||
make clean -C "util/${p}" || \
|
make clean -C "util/${p}" || \
|
||||||
|
|
||||||
err "purge_files 2: !make clean -C ${util}/p"
|
err "purge_files 2: !make clean -C ${util}/p"
|
||||||
done
|
done
|
||||||
for p in ${trees_fetch_list}; do
|
for p in ${trees_fetch_list}; do
|
||||||
|
|||||||
Reference in New Issue
Block a user