xgettext --msgid-bugs-address
Alan Modra
amodra@bigpond.net.au
Fri Aug 17 07:42:00 GMT 2007
More information about the Binutils mailing list
Fri Aug 17 07:42:00 GMT 2007
- Previous message (by thread): binary to elf conversion
- Next message (by thread): Patch to make binutils-2.17 compile and work on DragonFlyBSD
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
bfd/ * po/Make-in: Add --msgid-bugs-address to xgettext invocation. binutils/ * po/Make-in: Add --msgid-bugs-address to xgettext invocation. gas/ * po/Make-in: Add --msgid-bugs-address to xgettext invocation. gprof/ * po/Make-in: Add --msgid-bugs-address to xgettext invocation. ld/ * po/Make-in: Add --msgid-bugs-address to xgettext invocation. opcodes/ * po/Make-in: Add --msgid-bugs-address to xgettext invocation. Index: bfd/po/Make-in =================================================================== RCS file: /cvs/src/src/bfd/po/Make-in,v retrieving revision 1.11 diff -u -p -r1.11 Make-in --- bfd/po/Make-in 11 Dec 2006 15:09:41 -0000 1.11 +++ bfd/po/Make-in 16 Aug 2007 23:39:46 -0000 @@ -96,12 +96,14 @@ $(srcdir)/$(PACKAGE).pot: $(SRC-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 Index: binutils/po/Make-in =================================================================== RCS file: /cvs/src/src/binutils/po/Make-in,v retrieving revision 1.8 diff -u -p -r1.8 Make-in --- binutils/po/Make-in 11 Dec 2006 15:09:41 -0000 1.8 +++ binutils/po/Make-in 16 Aug 2007 23:39:58 -0000 @@ -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 Index: gas/po/Make-in =================================================================== RCS file: /cvs/src/src/gas/po/Make-in,v retrieving revision 1.8 diff -u -p -r1.8 Make-in --- gas/po/Make-in 11 Dec 2006 15:09:44 -0000 1.8 +++ gas/po/Make-in 16 Aug 2007 23:40:05 -0000 @@ -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 Index: gprof/po/Make-in =================================================================== RCS file: /cvs/src/src/gprof/po/Make-in,v retrieving revision 1.10 diff -u -p -r1.10 Make-in --- gprof/po/Make-in 11 Dec 2006 15:09:44 -0000 1.10 +++ gprof/po/Make-in 16 Aug 2007 23:40:26 -0000 @@ -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 Index: ld/po/Make-in =================================================================== RCS file: /cvs/src/src/ld/po/Make-in,v retrieving revision 1.8 diff -u -p -r1.8 Make-in --- ld/po/Make-in 11 Dec 2006 15:09:45 -0000 1.8 +++ ld/po/Make-in 16 Aug 2007 23:40:42 -0000 @@ -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 Index: opcodes/po/Make-in =================================================================== RCS file: /cvs/src/src/opcodes/po/Make-in,v retrieving revision 1.8 diff -u -p -r1.8 Make-in --- opcodes/po/Make-in 11 Dec 2006 15:09:46 -0000 1.8 +++ opcodes/po/Make-in 16 Aug 2007 23:40:53 -0000 @@ -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 -- Alan Modra Australia Development Lab, IBM
- Previous message (by thread): binary to elf conversion
- Next message (by thread): Patch to make binutils-2.17 compile and work on DragonFlyBSD
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list