This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 9832d223d63 Automatic date update in version.in new 13678b206f1 opcodes: enable silent build rules new 75ea503ef05 bfd: enable silent build rules new d8bbdb9dd56 binutils: enable silent build rules new 45c06bb7126 binutils: merge doc subdir up a level new c7a92c872b2 gprof: enable silent build rules new c7d1b270c20 libctf: enable silent build rules new 48b5f33ab1d ld: enable silent build rules new ae8e528122b zlib: enable silent build rules
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/Makefile.am | 88 ++-- bfd/Makefile.in | 88 ++-- bfd/configure | 43 +- bfd/configure.ac | 1 + binutils/Makefile.am | 108 ++--- binutils/Makefile.in | 694 +++++++++++++++++++++++++----- binutils/configure | 46 +- binutils/configure.ac | 3 +- binutils/doc/Makefile.am | 186 --------- binutils/doc/Makefile.in | 1045 ---------------------------------------------- binutils/doc/local.mk | 184 ++++++++ gprof/Makefile.am | 16 +- gprof/Makefile.in | 16 +- gprof/configure | 43 +- gprof/configure.ac | 1 + ld/Makefile.am | 62 +-- ld/Makefile.in | 62 +-- ld/configure | 43 +- ld/configure.ac | 1 + libctf/Makefile.am | 2 +- libctf/configure | 43 +- libctf/configure.ac | 1 + opcodes/Makefile.am | 52 +-- opcodes/Makefile.in | 52 +-- opcodes/configure | 43 +- opcodes/configure.ac | 1 + zlib/configure | 43 +- zlib/configure.ac | 1 + 28 files changed, 1356 insertions(+), 1612 deletions(-) delete mode 100644 binutils/doc/Makefile.am delete mode 100644 binutils/doc/Makefile.in create mode 100644 binutils/doc/local.mk