From e9f274335b5c7f789489c23cc6088efee4f5dd52 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 17 Aug 2007 01:04:52 +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 895e6be7243..e41f4247c4f 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 1a619929557..b24301dbbe4 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 f97f881e506..6e9fd906fb6 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 86ff3143b98..f321ad7201d 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 72329b3f8cf..743a863cbd8 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 86ff3143b98..f321ad7201d 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 07c0f67fd06..9693e97ebec 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 b2988cb743f..fb2fb9edc83 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 78295444ade..87a20c7c01c 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 b4ffbb79430..d37ecf3b23c 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 247a5625b82..54a4e8db693 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 9bc5bb1f2f7..25a73424990 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.30.2