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:
parent
7fd25de661
commit
34e6c7cccc
@ -53,7 +53,7 @@ find $prefix/include/wx -type f -name setup0.h | while read f; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Compile gettext catalogs.
|
# Compile gettext catalogs.
|
||||||
make -C $prefix/locale allmo
|
make -C $prefix/locale -s MSGFMT=msgfmt allmo
|
||||||
|
|
||||||
tar cjf $prefix.tar.bz2 $prefix
|
tar cjf $prefix.tar.bz2 $prefix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user