From 5873cbec2bca3c4b8f6850e734702a2f81bb9707 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 29 Apr 1998 00:11:07 +0000 Subject: [PATCH] Fixed xgettext invocation in .Sanitize files --- bfd/.Sanitize | 2 +- binutils/.Sanitize | 2 +- gas/.Sanitize | 2 +- gprof/.Sanitize | 3 +-- ld/.Sanitize | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bfd/.Sanitize b/bfd/.Sanitize index a4f1536..24ac3ed 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -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 diff --git a/binutils/.Sanitize b/binutils/.Sanitize index 244f8b4..0cd250b 100644 --- a/binutils/.Sanitize +++ b/binutils/.Sanitize @@ -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 diff --git a/gas/.Sanitize b/gas/.Sanitize index c7c9f31..02afb05 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -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 diff --git a/gprof/.Sanitize b/gprof/.Sanitize index b5d3f3e..65e3ffa 100644 --- a/gprof/.Sanitize +++ b/gprof/.Sanitize @@ -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 diff --git a/ld/.Sanitize b/ld/.Sanitize index 91b8d3c..b2b7b9f 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -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 -- 2.7.4