From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13719 invoked by alias); 1 Sep 2010 21:10:52 -0000 Received: (qmail 13690 invoked by uid 9586); 1 Sep 2010 21:10:52 -0000 Date: Wed, 01 Sep 2010 21:10:00 -0000 Message-ID: <20100901211051.13679.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.3-111-g32849a6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: aa2b358324032a8bba5be84dfe2cdfc6a8e183f8 X-Git-Newrev: 32849a660a7dc17c93f69b2ddf2e2eb23ceb8a3e 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: 2010-q3/txt/msg00184.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 32849a660a7dc17c93f69b2ddf2e2eb23ceb8a3e (commit) via d0efb32dbf04de65e5f4e35a375936e8b11bf5d0 (commit) via 7b3aa4dd22aa7ad3b6003c2f08566f2712bc6934 (commit) from aa2b358324032a8bba5be84dfe2cdfc6a8e183f8 (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 32849a660a7dc17c93f69b2ddf2e2eb23ceb8a3e Author: Josh Stone Date: Wed Sep 1 13:58:48 2010 -0700 Enable AM_SILENT_RULES for runtime/staprun/ commit d0efb32dbf04de65e5f4e35a375936e8b11bf5d0 Author: Josh Stone Date: Wed Sep 1 13:55:59 2010 -0700 Include runtime/staprun in top-level builds commit 7b3aa4dd22aa7ad3b6003c2f08566f2712bc6934 Author: Josh Stone Date: Wed Sep 1 13:51:23 2010 -0700 Move run-staprun into runtime/staprun/ It now lives with staprun itself. Also adjust run-stap accordingly. ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 +- Makefile.in | 9 +- configure | 4 - configure.ac | 1 - run-stap.in | 2 +- runtime/staprun/Makefile.in | 109 ++++++++++++++-------- runtime/staprun/aclocal.m4 | 27 ++++++ runtime/staprun/configure | 22 +++++ runtime/staprun/configure.ac | 3 + run-staprun.in => runtime/staprun/run-staprun.in | 2 +- 10 files changed, 130 insertions(+), 51 deletions(-) rename run-staprun.in => runtime/staprun/run-staprun.in (91%) hooks/post-receive -- systemtap: system-wide probe/trace tool