fix xgettext invocation

This commit is contained in:
Ian Lance Taylor 1998-05-06 18:16:28 +00:00
parent c2400a02de
commit ee66b572a8
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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