From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31188 invoked by alias); 2 Aug 2012 18:04:30 -0000 Received: (qmail 31136 invoked by uid 9586); 2 Aug 2012 18:04:28 -0000 Date: Thu, 02 Aug 2012 18:04:00 -0000 Message-ID: <20120802180427.31122.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.8-130-gcab11fd X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b2103a16391bd00c9d891d61249a93a95a711584 X-Git-Newrev: cab11fd17e760cfe8599d765d640eeefca17d9e3 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-q3/txt/msg00076.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 cab11fd17e760cfe8599d765d640eeefca17d9e3 (commit) from b2103a16391bd00c9d891d61249a93a95a711584 (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 cab11fd17e760cfe8599d765d640eeefca17d9e3 Author: Josh Stone Date: Thu Aug 2 10:55:57 2012 -0700 stapdyn & staprun: Use the top-level git_version.h Yo dawg, I herd you like Makefile recursion, so I put some recursion in your recursion so you can version while you version. Less duplication + more recursion == win? Another option is to flatten stapdyn and staprun Makefiles altogether into the root Makefile, but for now, this is less invasive. Changing the includes to ../git_version.h is not strictly necessary, since we also have "-I..", but this way developers won't get burned by old git_version.h files sitting in staprun/ or stapdyn/. ----------------------------------------------------------------------- Summary of changes: stapdyn/Makefile.am | 33 +++------------------------------ stapdyn/Makefile.in | 33 +++------------------------------ stapdyn/stapdyn.cxx | 2 +- staprun/Makefile.am | 32 +++----------------------------- staprun/Makefile.in | 34 +++++----------------------------- staprun/common.c | 2 +- 6 files changed, 16 insertions(+), 120 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool