summaryrefslogtreecommitdiffstats
path: root/build-release
diff options
context:
space:
mode:
Diffstat (limited to 'build-release')
-rwxr-xr-xbuild-release6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-release b/build-release
index d8cac16..f395725 100755
--- a/build-release
+++ b/build-release
@@ -399,12 +399,12 @@ echo "Deleted the uncompressed release archives"
rm -rf libreboot_src
rm -rf libreboot_bin
+# For those utilities that have to be built on the target
+./mkextbuild
+
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 ----------------------