This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap 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]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-151-gc4fd15b


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 "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  c4fd15b42d1f70f53282b249d40c75689e117d95 (commit)
      from  d3567e6845583b59d1fb577825cfd9602b332d36 (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 -----------------------------------------------------------------
commit c4fd15b42d1f70f53282b249d40c75689e117d95
Author: Dave Brolley <brolley@redhat.com>
Date:   Tue Apr 10 14:14:24 2012 -0400

    Don't compile csclient.cxx and cscommon.cxx when HAVE_NSS is false.
    
    - Don't compile the files at all (Makefile.am)
    - #if HAVE_NSS added to the files in case another distro compiles
      them anyway.
    - Don't call functions in these files from elsewhere.

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

Summary of changes:
 Makefile.am  |    4 +-
 Makefile.in  |   75 ++++++++++++++++++++++++++++-----------------------------
 config.in    |    6 ----
 configure    |    4 +-
 configure.ac |    2 +-
 csclient.cxx |   24 +++---------------
 csclient.h   |    2 +-
 cscommon.cxx |    7 +++--
 main.cxx     |    2 +
 session.cxx  |    6 ++++
 10 files changed, 59 insertions(+), 73 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


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