mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-24 02:14:28 +00:00
Fixed xgettext invocation in .Sanitize files
This commit is contained in:
parent
351fc10beb
commit
5873cbec2b
@ -636,6 +636,6 @@ if [ -n "${safe}" -a ! -f po/.Recover/bfd.pot ]; then
|
||||
mv po/bfd.pot po/.Recover
|
||||
fi
|
||||
# If this fails, Sanitization must fail.
|
||||
xgettext `cat po/POTFILES.in` -o po/bfd.pot || exit 1
|
||||
xgettext -c -k _ -k N_ -f po/POTFILES.in -o po/bfd.pot || exit 1
|
||||
|
||||
# eof
|
||||
|
@ -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 `cat po/POTFILES.in` -o po/binutils.pot || exit 1
|
||||
xgettext -c -k _ -k N_ -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 `cat po/POTFILES.in` -o po/gas.pot || exit 1
|
||||
xgettext -c -k _ -k N_ -f po/POTFILES.in -o po/gas.pot || exit 1
|
||||
|
||||
# eof
|
||||
|
@ -118,7 +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 `cat po/POTFILES.in` -o po/gprof.pot || exit 1
|
||||
|
||||
xgettext -c -k _ -k N_ -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 `cat po/POTFILES.in` -o po/ld.pot || exit 1
|
||||
xgettext -c -k _ -k N_ -f po/POTFILES.in -o po/ld.pot || exit 1
|
||||
# eof
|
||||
|
Loading…
x
Reference in New Issue
Block a user