diff options
author | Alan Modra <amodra@gmail.com> | 2021-11-19 17:57:25 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-11-23 15:39:26 +1030 |
commit | 2990bf409642bd16d99d66e5f828291148157ab3 (patch) | |
tree | 0354a54449c4f9febeaeb29c65825c361626e160 /bfd/po | |
parent | 9f6148cb8538a11f39eb938d4d8bf1eaba31f6af (diff) | |
download | gdb-2990bf409642bd16d99d66e5f828291148157ab3.zip gdb-2990bf409642bd16d99d66e5f828291148157ab3.tar.gz gdb-2990bf409642bd16d99d66e5f828291148157ab3.tar.bz2 |
Update bug reporting address
https://sourceware.org/bugzilla/ everywhere
bfd/
* configure.ac (ACX_BUGURL): Set to https://sourceware.org/bugzilla/
* po/Make-in (msgid-bugs-address): Likewise.
* README: Report bugs to the above.
* configure: Regenerate.
binutils/
* po/Make-in (msgid-bugs-address): Update.
gas/
* README: Update bug address. Delete mention of gcc.
* po/Make-in: Update bug address.
gold/
* po/Make-in: Update bug address.
gprof/
* po/Make-in: Update bug address.
ld/
* po/Make-in: Update bug address.
opcodes/
* po/Make-in: Update bug address.
Diffstat (limited to 'bfd/po')
-rw-r--r-- | bfd/po/Make-in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/po/Make-in b/bfd/po/Make-in index afe896e..6cde2f2 100644 --- a/bfd/po/Make-in +++ b/bfd/po/Make-in @@ -96,14 +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 \ + --msgid-bugs-address=https://sourceware.org/bugzilla/ \ --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 \ + --msgid-bugs-address=https://sourceware.org/bugzilla/ \ --files-from=$(srcdir)/BLD-POTFILES.in rm -f $(srcdir)/$(PACKAGE).pot mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot |