summaryrefslogtreecommitdiffstats
path: root/build-release
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-01-20 02:00:15 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-01-20 02:00:15 (EST)
commit66dc18b0b4d33bda7e77f24c1f4f3864924bcce3 (patch)
treeb0a46e2735e051ef16bdf81c42445a7531f4c484 /build-release
parent76951be3c230d64b4fe3ac6fc22366eda6d1043d (diff)
downloadlibreboot-66dc18b0b4d33bda7e77f24c1f4f3864924bcce3.zip
libreboot-66dc18b0b4d33bda7e77f24c1f4f3864924bcce3.tar.gz
libreboot-66dc18b0b4d33bda7e77f24c1f4f3864924bcce3.tar.bz2
build-release: don't echo the final messages
Diffstat (limited to 'build-release')
-rwxr-xr-xbuild-release8
1 files changed, 4 insertions, 4 deletions
diff --git a/build-release b/build-release
index f395725..d4d49e6 100755
--- a/build-release
+++ b/build-release
@@ -402,9 +402,9 @@ 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"
-echo "The tarball tobuild.tar.xz has been created with everything needed to build these utilities"
+# DONE. See libreboot_src.tar.xz and libreboot_bin.tar.xz
+# NOTE FOR FCHMMR: don't forget to add ARM binaries for flashrom
+# NOTE FOR FCHMMR: don't forget to add i386 binaries for flashrom/bucts
+# The tarball tobuild.tar.xz has been created with everything needed to build these utilities
# ------------------- DONE ----------------------