diff options
Diffstat (limited to 'build-release')
-rwxr-xr-x | build-release | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build-release b/build-release index 379086c1..d8cac16b 100755 --- a/build-release +++ b/build-release @@ -377,6 +377,10 @@ rm -f libreboot_src/mkgbe.h rm -f libreboot_src/ich9fdgbe_8m.bin rm -f libreboot_src/ich9fdgbe_4m.bin +# delete the "tobuild" +rm -rf libreboot_src/tobuild/ +rm -f libreboot_src/tobuild.tar.xz + echo "Creating compressed libreboot_src release archive" # create lzma compressed src archive @@ -399,4 +403,8 @@ echo "DONE. See libreboot_src.tar.xz and libreboot_bin.tar.xz" echo "NOTE FOR FCHMMR: don't forget to add ARM binaries for flashrom" echo "NOTE FOR FCHMMR: don't forget to add i386 binaries for flashrom/bucts" +# For those utilities that have to be built on the target +./mkextbuild +echo "The tarball tobuild.tar.xz has been created with everything needed to build these utilities" + # ------------------- DONE ---------------------- |