This is the mail archive of the gdb-prs@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]

[Bug build/17105] /usr/share/gdb/{guile,python}/ get installed even --without-{guile,python}


https://sourceware.org/bugzilla/show_bug.cgi?id=17105

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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, gdb-7.8-branch has been updated
       via  8550a71c58606a473ab74f4cd3d05c1d3406612c (commit)
      from  68455456ca7b1f35ce97f62c50b466e2fc9cce8f (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=8550a71c58606a473ab74f4cd3d05c1d3406612c

commit 8550a71c58606a473ab74f4cd3d05c1d3406612c
Author: Doug Evans <xdje42@gmail.com>
Date:   Sat Jul 26 20:51:44 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(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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