mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
fix xgettext invocation
This commit is contained in:
parent
c2400a02de
commit
ee66b572a8
@ -143,6 +143,6 @@ if [ -n "${safe}" -a ! -f po/.Recover/binutils.pot ]; then
|
||||
mv po/binutils.pot po/.Recover
|
||||
fi
|
||||
# If this fails, Sanitization must fail.
|
||||
xgettext -c -k _ -k N_ -f po/POTFILES.in -o po/binutils.pot || exit 1
|
||||
xgettext -c -k_ -kN_ -f po/POTFILES.in -o po/binutils.pot || exit 1
|
||||
|
||||
# eof
|
||||
|
@ -462,6 +462,6 @@ if [ -n "${safe}" -a ! -f po/.Recover/gas.pot ]; then
|
||||
mv po/gas.pot po/.Recover
|
||||
fi
|
||||
# If this fails, Sanitization must fail.
|
||||
xgettext -c -k _ -k N_ -f po/POTFILES.in -o po/gas.pot || exit 1
|
||||
xgettext -c -k_ -kN_ -f po/POTFILES.in -o po/gas.pot || exit 1
|
||||
|
||||
# eof
|
||||
|
@ -118,6 +118,6 @@ if [ -n "${safe}" -a ! -f po/.Recover/gprof.pot ]; then
|
||||
mv po/gprof.pot po/.Recover
|
||||
fi
|
||||
# If this fails, Sanitization must fail.
|
||||
xgettext -c -k _ -k N_ -f po/POTFILES.in -o po/gprof.pot || exit 1
|
||||
xgettext -c -k_ -kN_ -f po/POTFILES.in -o po/gprof.pot || exit 1
|
||||
|
||||
# eof
|
||||
|
@ -320,5 +320,5 @@ if [ -n "${safe}" -a ! -f po/.Recover/ld.pot ]; then
|
||||
mv po/ld.pot po/.Recover
|
||||
fi
|
||||
# If this fails, Sanitization must fail.
|
||||
xgettext -c -k _ -k N_ -f po/POTFILES.in -o po/ld.pot || exit 1
|
||||
xgettext -c -k_ -kN_ -f po/POTFILES.in -o po/ld.pot || exit 1
|
||||
# eof
|
||||
|
Loading…
Reference in New Issue
Block a user