From 943c5a6d4bc551bc5e352ff66f121055a97316b8 Mon Sep 17 00:00:00 2001 From: amodra Date: Fri, 17 Aug 2007 01:04:47 +0000 Subject: [PATCH] * po/Make-in: Add --msgid-bugs-address to xgettext invocation. --- bfd/ChangeLog | 4 ++++ bfd/po/Make-in | 2 ++ binutils/ChangeLog | 4 ++++ binutils/po/Make-in | 1 + gas/ChangeLog | 4 ++++ gas/po/Make-in | 1 + gprof/ChangeLog | 4 ++++ gprof/po/Make-in | 1 + ld/ChangeLog | 4 ++++ ld/po/Make-in | 1 + opcodes/ChangeLog | 4 ++++ opcodes/po/Make-in | 1 + 12 files changed, 31 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 895e6be724..e41f4247c4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2007-08-17 Alan Modra + + * po/Make-in: Add --msgid-bugs-address to xgettext invocation. + 2007-08-16 H.J. Lu * elf.c: Revert last change. diff --git a/bfd/po/Make-in b/bfd/po/Make-in index 1a61992955..b24301dbbe 100644 --- a/bfd/po/Make-in +++ b/bfd/po/Make-in @@ -96,12 +96,14 @@ $(srcdir)/$(PACKAGE).pot: $(SRC-POTFILES) $(BLD-POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) \ --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ + --msgid-bugs-address=bug-binutils@gnu.org \ --files-from=$(srcdir)/SRC-POTFILES.in $(XGETTEXT) --default-domain=$(PACKAGE) \ --directory=.. \ --directory=. \ --add-comments --keyword=_ --keyword=N_ \ --join-existing \ + --msgid-bugs-address=bug-binutils@gnu.org \ --files-from=$(srcdir)/BLD-POTFILES.in rm -f $(srcdir)/$(PACKAGE).pot mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f97f881e50..6e9fd906fb 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2007-08-17 Alan Modra + + * po/Make-in: Add --msgid-bugs-address to xgettext invocation. + 2007-08-16 H.J. Lu * readelf.c: Revert last change. diff --git a/binutils/po/Make-in b/binutils/po/Make-in index 86ff3143b9..f321ad7201 100644 --- a/binutils/po/Make-in +++ b/binutils/po/Make-in @@ -89,6 +89,7 @@ all-no: $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ + --msgid-bugs-address=bug-binutils@gnu.org \ --files-from=$(srcdir)/POTFILES.in rm -f $(srcdir)/$(PACKAGE).pot mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot diff --git a/gas/ChangeLog b/gas/ChangeLog index 72329b3f8c..743a863cbd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2007-08-17 Alan Modra + + * po/Make-in: Add --msgid-bugs-address to xgettext invocation. + 2007-08-14 Andreas Schwab * config/tc-ia64.c (tc_gen_reloc): Return NULL if relocation is diff --git a/gas/po/Make-in b/gas/po/Make-in index 86ff3143b9..f321ad7201 100644 --- a/gas/po/Make-in +++ b/gas/po/Make-in @@ -89,6 +89,7 @@ all-no: $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ + --msgid-bugs-address=bug-binutils@gnu.org \ --files-from=$(srcdir)/POTFILES.in rm -f $(srcdir)/$(PACKAGE).pot mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 07c0f67fd0..9693e97ebe 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2007-08-17 Alan Modra + + * po/Make-in: Add --msgid-bugs-address to xgettext invocation. + 2007-08-12 Matthias Klose * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include diff --git a/gprof/po/Make-in b/gprof/po/Make-in index b2988cb743..fb2fb9edc8 100644 --- a/gprof/po/Make-in +++ b/gprof/po/Make-in @@ -89,6 +89,7 @@ all-no: $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ + --msgid-bugs-address=bug-binutils@gnu.org \ --files-from=$(srcdir)/POTFILES.in rm -f $(srcdir)/$(PACKAGE).pot mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot diff --git a/ld/ChangeLog b/ld/ChangeLog index 78295444ad..87a20c7c01 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2007-08-17 Alan Modra + + * po/Make-in: Add --msgid-bugs-address to xgettext invocation. + 2007-08-15 Alan Modra PR 4923 diff --git a/ld/po/Make-in b/ld/po/Make-in index b4ffbb7943..d37ecf3b23 100644 --- a/ld/po/Make-in +++ b/ld/po/Make-in @@ -89,6 +89,7 @@ all-no: $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments -C --keyword=_ --keyword=N_ \ + --msgid-bugs-address=bug-binutils@gnu.org \ --files-from=$(srcdir)/POTFILES.in rm -f $(srcdir)/$(PACKAGE).pot mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 247a5625b8..54a4e8db69 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2007-08-17 Alan Modra + + * po/Make-in: Add --msgid-bugs-address to xgettext invocation. + 2007-08-10 Nick Clifton * po/fi.po: Updated Finnish translation. diff --git a/opcodes/po/Make-in b/opcodes/po/Make-in index 9bc5bb1f2f..25a7342499 100644 --- a/opcodes/po/Make-in +++ b/opcodes/po/Make-in @@ -89,6 +89,7 @@ all-no: $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ + --msgid-bugs-address=bug-binutils@gnu.org \ --files-from=$(srcdir)/POTFILES.in rm -f $(srcdir)/$(PACKAGE).pot mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot -- 2.11.0