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.
This commit is contained in:
Vadim Zeitlin 2017-11-16 22:26:39 +01:00
parent 7fd25de661
commit 34e6c7cccc

View File

@ -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