From 34e6c7cccce4c4f40e7e44f03efebbebd378f331 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 16 Nov 2017 22:26:39 +0100 Subject: [PATCH] Silence "make allmo" during release archives build The commands used and their output are not important and there are many of them, don't display them. --- build/tools/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/release.sh b/build/tools/release.sh index 967702c70b..7e1b0b87e3 100755 --- a/build/tools/release.sh +++ b/build/tools/release.sh @@ -53,7 +53,7 @@ find $prefix/include/wx -type f -name setup0.h | while read f; do done # Compile gettext catalogs. -make -C $prefix/locale allmo +make -C $prefix/locale -s MSGFMT=msgfmt allmo tar cjf $prefix.tar.bz2 $prefix