From 5b67cd71d7a6d044e377aee4f6cd654be82c68aa 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 895e6be72..e41f4247c 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 1a6199295..b24301dbb 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 f97f881e5..6e9fd906f 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 86ff3143b..f321ad720 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 72329b3f8..743a863cb 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 86ff3143b..f321ad720 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 07c0f67fd..9693e97eb 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 b2988cb74..fb2fb9edc 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 78295444a..87a20c7c0 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 b4ffbb794..d37ecf3b2 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 247a5625b..54a4e8db6 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 9bc5bb1f2..25a734249 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.4.GIT