summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/po/Make-in2
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/po/Make-in1
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/po/Make-in1
-rw-r--r--gprof/ChangeLog4
-rw-r--r--gprof/po/Make-in1
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/po/Make-in1
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/po/Make-in1
12 files changed, 31 insertions, 0 deletions
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 <amodra@bigpond.net.au>
+
+ * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
+
2007-08-16 H.J. Lu <hongjiu.lu@intel.com>
* 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 <amodra@bigpond.net.au>
+
+ * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
+
2007-08-16 H.J. Lu <hongjiu.lu@intel.com>
* 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 <amodra@bigpond.net.au>
+
+ * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
+
2007-08-14 Andreas Schwab <schwab@suse.de>
* 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 <amodra@bigpond.net.au>
+
+ * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
+
2007-08-12 Matthias Klose <doko@ubuntu.com>
* 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 <amodra@bigpond.net.au>
+
+ * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
+
2007-08-15 Alan Modra <amodra@bigpond.net.au>
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 <amodra@bigpond.net.au>
+
+ * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
+
2007-08-10 Nick Clifton <nickc@redhat.com>
* 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