be more selective about "make" command to run, to reduce noise
This commit is contained in:
parent
d7c6e0597b
commit
c83212c764
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ do
|
|||
msgattrib --no-obsolete po/$LANG/$DSTDOMAIN.po >$tmp
|
||||
msgcat --use-first -F $tmp po/$LANG/$DSTDOMAIN.po.bak > po/$LANG/$DSTDOMAIN.po
|
||||
|
||||
rm po/stamp-po
|
||||
make -C po
|
||||
touch -d '1970-01-02' po/$LANG/$DSTDOMAIN.po
|
||||
make -C po $LANG/$DSTDOMAIN.po
|
||||
done
|
||||
rm $tmp
|
||||
|
|
Loading…
Add table
Reference in a new issue