From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29583 invoked by alias); 22 Oct 2009 22:04:47 -0000 Received: (qmail 29379 invoked by uid 9586); 22 Oct 2009 22:04:46 -0000 Date: Thu, 22 Oct 2009 22:04:00 -0000 Message-ID: <20091022220446.29231.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-136-g618a8a6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 712d12ca4c74b824e7afbb273c0975eb0a30847c X-Git-Newrev: 618a8a634b37da88b67a49beec7282634bff3efe 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: 2009-q4/txt/msg00062.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 618a8a634b37da88b67a49beec7282634bff3efe (commit) from 712d12ca4c74b824e7afbb273c0975eb0a30847c (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 618a8a634b37da88b67a49beec7282634bff3efe Author: Josh Stone Date: Thu Oct 22 14:37:05 2009 -0700 Enable Kbuild-like quiet builds This enables much cleaner build output from automake. To re-enable the verbose commands, pass --disable-silent-rules to configure, or use V=1 at make time. * configure.ac: Enable AM_SILENT_RULES by default. ----------------------------------------------------------------------- Summary of changes: Makefile.in | 506 +++++++++++++++++----------- aclocal.m4 | 27 ++ configure | 18 + configure.ac | 2 + doc/Makefile.in | 7 + doc/SystemTap_Tapset_Reference/Makefile.in | 25 ++- grapher/Makefile.in | 78 +++-- 7 files changed, 438 insertions(+), 225 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool