diff options
author | Leah Rowe <leah@libreboot.org> | 2023-03-19 01:13:48 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-03-19 01:13:48 +0000 |
commit | 07b6bb3dbd6fd00d8b4a65c29ac41e4bdf5d1d58 (patch) | |
tree | 7c028dcd7ba970f81a1d06be513df0e61543d9cd | |
parent | 653810b8347264c3af7da3017cb0681adcc1378c (diff) |
build/release: handle nvmutil20230319
-rwxr-xr-x | resources/scripts/build/release/src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/scripts/build/release/src b/resources/scripts/build/release/src index 46b1b98a..9908f28e 100755 --- a/resources/scripts/build/release/src +++ b/resources/scripts/build/release/src @@ -54,7 +54,7 @@ mkdir -p "${srcdir}/" printf "%s" "${version}" > "${srcdir}"/version modlist="coreboot flashrom grub memtest86plus seabios ich9utils me_cleaner u-boot" -dirlist="resources" # do not add blobs directory here. it is handled below +dirlist="resources util" # do not add blobs directory here. it is handled below filelist="blobutil modify download build README.md COPYING Makefile update version versiondate projectname .gitcheck" for modname in ${modlist}; do @@ -103,6 +103,7 @@ done ( cd "${srcdir}/" ./build clean all + make clean -BC util/nvmutil rm -Rf coreboot/coreboot/ rm -Rf .git .gitignore */.git* coreboot/*/.git* coreboot/*/3rdparty/*/.git* |