From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10801 invoked by alias); 20 Sep 2011 14:51:51 -0000 Received: (qmail 10772 invoked by uid 426); 20 Sep 2011 14:51:49 -0000 Date: Tue, 20 Sep 2011 14:51:00 -0000 Message-ID: <20110920145147.10760.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-236-ge86f32e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0f79a69995d11865cd6231ee15170ab82453426f X-Git-Newrev: e86f32ee4ed78c9092d27c66627fdaeb589c02ff 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: 2011-q3/txt/msg00282.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 e86f32ee4ed78c9092d27c66627fdaeb589c02ff (commit) from 0f79a69995d11865cd6231ee15170ab82453426f (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 e86f32ee4ed78c9092d27c66627fdaeb589c02ff Author: Frank Ch. Eigler Date: Tue Sep 20 10:49:41 2011 -0400 BZ732346 vs PR12729: don't print make failure messages for bad tracepoints Having buggy/incomplete kernel tracepoint headers is routine, but PR12729 started relaying make/gcc complaints about them to the user. That's unkind. * buildrun.cxx (make_tracequery): Run "make -i" instead of "make" for tracequery jobs. ----------------------------------------------------------------------- Summary of changes: buildrun.cxx | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool