Fixed xgettext invocation in .Sanitize files

This commit is contained in:
Tom Tromey 1998-04-29 00:11:07 +00:00
parent 351fc10beb
commit 5873cbec2b
5 changed files with 5 additions and 6 deletions

View File

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

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

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

View File

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

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