.Sanitize now re-computes gettext-related files
authorTom Tromey <tromey@redhat.com>
Wed, 22 Apr 1998 22:40:45 +0000 (22:40 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 22 Apr 1998 22:40:45 +0000 (22:40 +0000)
bfd/.Sanitize
binutils/.Sanitize
gas/.Sanitize
gprof/.Sanitize
ld/.Sanitize

index 300aad51514305081b7c3932defb016a50ce16a1..cc041872a4a6e59ff1648b47618051664ec02f7f 100644 (file)
@@ -614,4 +614,27 @@ for i in * ; do
        fi
 done
 
+
+# This must come after all other sanitizations.  Re-sanitize the .pot
+# file.
+if [ -n "${verbose}" ]; then
+   echo Re-computing files for gettext ...
+fi
+
+if [ -n "${safe}" -a ! -f po/.Recover/POTFILES.in ]; then
+   if [ -n "${verbose}" ]; then
+      echo Caching po/POTFILES.in in .Recover...
+   fi
+   mv po/POTFILES.in po/.Recover
+fi
+find . -name '*.[ch]' | sed -e 's,^\./,,' > po/POTFILES.in
+
+if [ -n "${safe}" -a ! -f po/.Recover/bfd.pot ]; then
+   if [ -n "${verbose}" ]; then
+      echo Caching po/bfd.pot in .Recover...
+   fi
+   mv po/bfd.pot po/.Recover
+fi
+xgettext `cat po/POTFILES.in` -o po/bfd.pot
+
 # eof
index 8fa3df8ac71b8ed03d6c56bc86b7b7b1905754a5..eac10d5fcec3b168febcb267b411b0fbd88f510c 100644 (file)
@@ -122,4 +122,27 @@ Things-to-lose:
 
 Do-last:
 
+# This must come after all other sanitizations.  Re-sanitize the .pot
+# file.
+if [ -n "${verbose}" ]; then
+   echo Re-computing files for gettext ...
+fi
+
+if [ -n "${safe}" -a ! -f po/.Recover/POTFILES.in ]; then
+   if [ -n "${verbose}" ]; then
+      echo Caching po/POTFILES.in in .Recover...
+   fi
+   mv po/POTFILES.in po/.Recover
+fi
+find . -name '*.[ch]' | sed -e 's,^\./,,' > po/POTFILES.in
+
+if [ -n "${safe}" -a ! -f po/.Recover/binutils.pot ]; then
+   if [ -n "${verbose}" ]; then
+      echo Caching po/binutils.pot in .Recover...
+   fi
+   mv po/binutils.pot po/.Recover
+fi
+xgettext `cat po/POTFILES.in` -o po/binutils.pot
+
+
 # eof
index c7788c6255d9bed32a6329ff3cd19046c50a58f2..4760fad180556a9f3191bb6c2da0f5b2d5d29d6d 100644 (file)
@@ -440,4 +440,27 @@ for i in * ; do
        fi
 done
 
+
+# This must come after all other sanitizations.  Re-sanitize the .pot
+# file.
+if [ -n "${verbose}" ]; then
+   echo Re-computing files for gettext ...
+fi
+
+if [ -n "${safe}" -a ! -f po/.Recover/POTFILES.in ]; then
+   if [ -n "${verbose}" ]; then
+      echo Caching po/POTFILES.in in .Recover...
+   fi
+   mv po/POTFILES.in po/.Recover
+fi
+find . -name '*.[ch]' | sed -e 's,^\./,,' > po/POTFILES.in
+
+if [ -n "${safe}" -a ! -f po/.Recover/gas.pot ]; then
+   if [ -n "${verbose}" ]; then
+      echo Caching po/gas.pot in .Recover...
+   fi
+   mv po/gas.pot po/.Recover
+fi
+xgettext `cat po/POTFILES.in` -o po/gas.pot
+
 # eof
index 14f72bd5de85efb0b088c19407c0d417fff1af5d..8dd15e503ddea5275f2723b766d09b9868778c2c 100644 (file)
@@ -97,4 +97,27 @@ make_solaris_order_map
 
 Do-last:
 
+# This must come after all other sanitizations.  Re-sanitize the .pot
+# file.
+if [ -n "${verbose}" ]; then
+   echo Re-computing files for gettext ...
+fi
+
+if [ -n "${safe}" -a ! -f po/.Recover/POTFILES.in ]; then
+   if [ -n "${verbose}" ]; then
+      echo Caching po/POTFILES.in in .Recover...
+   fi
+   mv po/POTFILES.in po/.Recover
+fi
+find . -name '*.[ch]' | sed -e 's,^\./,,' > po/POTFILES.in
+
+if [ -n "${safe}" -a ! -f po/.Recover/gprof.pot ]; then
+   if [ -n "${verbose}" ]; then
+      echo Caching po/gprof.pot in .Recover...
+   fi
+   mv po/gprof.pot po/.Recover
+fi
+xgettext `cat po/POTFILES.in` -o po/gprof.pot
+
+
 # eof
index 322888c914560a3449fafad46ca47b737e5aa2db..b3deef464c823064439388b5a8207ee908631ecc 100644 (file)
@@ -299,4 +299,26 @@ for i in * ; do
        fi
 done
 
+# This must come after all other sanitizations.  Re-sanitize the .pot
+# file.
+if [ -n "${verbose}" ]; then
+   echo Re-computing files for gettext ...
+fi
+
+if [ -n "${safe}" -a ! -f po/.Recover/POTFILES.in ]; then
+   if [ -n "${verbose}" ]; then
+      echo Caching po/POTFILES.in in .Recover...
+   fi
+   mv po/POTFILES.in po/.Recover
+fi
+find . -name '*.[ch]' | sed -e 's,^\./,,' > po/POTFILES.in
+
+if [ -n "${safe}" -a ! -f po/.Recover/ld.pot ]; then
+   if [ -n "${verbose}" ]; then
+      echo Caching po/ld.pot in .Recover...
+   fi
+   mv po/ld.pot po/.Recover
+fi
+xgettext `cat po/POTFILES.in` -o po/ld.pot
+
 # eof