fix xgettext invocation
authorIan Lance Taylor <ian@airs.com>
Wed, 6 May 1998 18:16:28 +0000 (18:16 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 6 May 1998 18:16:28 +0000 (18:16 +0000)
binutils/.Sanitize
gas/.Sanitize
gprof/.Sanitize
ld/.Sanitize

index 0cd250b17ec43954a0c935306abd5a91c615b015..be27465062ef9ad7fc364bae26965a633650d708 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 -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
index 02afb05bf3132a34b0708fe13cb50cb08f812b7c..b51684ef3d9e5f890267a4195ee687946fc07332 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 -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
index 65e3ffab6e4e9b372ade2be2b5239fffec370bc1..e8c29599a1517952b6f8968f0b75ce69b8f8f7e4 100644 (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
index b2b7b9f28842734b71a007347f632c1029ba3957..ee0057bfcbcf0023f2fe2a1a1d2c4bbe8dec4d2a 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 -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
This page took 0.043081 seconds and 4 git commands to generate.