summaryrefslogtreecommitdiffstats
path: root/build-release
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-31 17:10:42 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-31 17:24:15 (EST)
commit73aadb2c2c4324c9c59f9038a98b9faf420bad0b (patch)
tree20f9fa61388f0ae18abe908a5a76de0514a23c64 /build-release
parent1401cbb4a028500765367c62df82c31c82a2f61e (diff)
downloadlibreboot-73aadb2c2c4324c9c59f9038a98b9faf420bad0b.zip
libreboot-73aadb2c2c4324c9c59f9038a98b9faf420bad0b.tar.gz
libreboot-73aadb2c2c4324c9c59f9038a98b9faf420bad0b.tar.bz2
Release date to be determined.
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 ----------------------