Fixed xgettext invocation in .Sanitize files
authorTom Tromey <tromey@redhat.com>
Wed, 29 Apr 1998 00:11:07 +0000 (00:11 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 29 Apr 1998 00:11:07 +0000 (00:11 +0000)
bfd/.Sanitize
binutils/.Sanitize
gas/.Sanitize
gprof/.Sanitize
ld/.Sanitize

index a4f153619a018704188181758d5818ed6887ee80..24ac3ed5672a51c4274c2df96fb84fa641c2123b 100644 (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
index 244f8b444104c4044aaa5d4e141e9a5ff6da9e13..0cd250b17ec43954a0c935306abd5a91c615b015 100644 (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
index c7c9f31c2adb15671085255c5ad616dc28370fdc..02afb05bf3132a34b0708fe13cb50cb08f812b7c 100644 (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
index b5d3f3e632157fe41849c8cac51a188d397c1ad0..65e3ffab6e4e9b372ade2be2b5239fffec370bc1 100644 (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
index 91b8d3c1cf98952c316a80ac77660acfe1339be1..b2b7b9f28842734b71a007347f632c1029ba3957 100644 (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
This page took 0.03094 seconds and 4 git commands to generate.