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
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue