This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 4869db5e97b2062a3adf81158577171990248ef3


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  4869db5e97b2062a3adf81158577171990248ef3 (commit)
      from  281e9aa624806dfde63d006d7706dd84d54788d1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4869db5e97b2062a3adf81158577171990248ef3

commit 4869db5e97b2062a3adf81158577171990248ef3
Author: Roland McGrath <mcgrathr@google.com>
Date:   Tue Jan 21 11:01:04 2014 -0800

    gdb: Support install-strip target
    
    gdb/
    	* configure.ac: Call AM_PROG_INSTALL_STRIP.
    	* configure: Regenerate.
    	* aclocal.m4: Regenerate.
    	* Makefile.in (install_sh, INSTALL_STRIP_PROGRAM, STRIP):
    	New substituted	variables.
    	(install-strip): New target.
    	(INSTALL_SCRIPT): New substituted variable.
    	(FLAGS_TO_PASS): Add it.
    	(install-only): Use $(INSTALL_SCRIPT) rather than
    	$(INSTALL_PROGRAM) for gcore.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog    |   13 ++++++
 gdb/Makefile.in  |   14 ++++++-
 gdb/aclocal.m4   |  102 +++++++++++++++++++++++++++++++++++++++++++++++
 gdb/configure    |  115 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 gdb/configure.ac |   31 +++++++-------
 5 files changed, 259 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]