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. 4df427550679698832ea9c01e0b561e77d98249c


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  4df427550679698832ea9c01e0b561e77d98249c (commit)
      from  ee7333ae06f46f3a6909a0059c2f0bd441a54bfe (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=4df427550679698832ea9c01e0b561e77d98249c

commit 4df427550679698832ea9c01e0b561e77d98249c
Author: Doug Evans <xdje42@gmail.com>
Date:   Sat Jul 26 16:41:29 2014 -0700

    PR build/17105.
    
    Tested with/without guile,python on amd64-linux.
    
    I'm not sure we still have to deal with shells that can't
    handle empty for lists, but I played it safe.
    Otherwise this patch would be a lot smaller (though a diff -b
    will still show the real changes).
    
    	PR build/17105
    	* configure.ac: Add AM_CONDITIONALs for HAVE_PYTHON, HAVE_GUILE.
    	* configure: Regenerate.
    	* data-directory/Makefile.in (PYTHON_FILE_LIST): Renamed from
    	PYTHON_FILES.
    	(PYTHON_FILES): New variable.
    	(GUILE_FILE_LIST): Renamed from GUILE_FILES.
    	(GUILE_FILES): New variable.
    	(stamp-python, install-python, uninstall-python): Handle empty
    	file list.
    	(stamp-guile, install-guile, uninstall-guile): Ditto.

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

Summary of changes:
 gdb/ChangeLog                  |   14 ++++++
 gdb/configure                  |   28 +++++++++++
 gdb/configure.ac               |    2 +
 gdb/data-directory/Makefile.in |   98 +++++++++++++++++++++++----------------
 4 files changed, 102 insertions(+), 40 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]