From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5901 invoked by alias); 10 Apr 2012 18:17:03 -0000 Received: (qmail 5847 invoked by uid 448); 10 Apr 2012 18:17:02 -0000 Date: Tue, 10 Apr 2012 18:17:00 -0000 Message-ID: <20120410181701.5836.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-151-gc4fd15b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d3567e6845583b59d1fb577825cfd9602b332d36 X-Git-Newrev: c4fd15b42d1f70f53282b249d40c75689e117d95 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2012-q2/txt/msg00008.txt.bz2 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 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