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 0cd250b..be27465 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 02afb05..b51684e 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 65e3ffa..e8c2959 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 b2b7b9f..ee0057b 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