From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31229 invoked by alias); 25 May 2012 16:05:57 -0000 Received: (qmail 31154 invoked by uid 426); 25 May 2012 16:05:52 -0000 Date: Fri, 25 May 2012 16:05:00 -0000 Message-ID: <20120525160552.31142.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.7-264-ge8474d2 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c49ffe6cbf1dce5ecf177f4b8aef28db7d77080b X-Git-Newrev: e8474d2aac689025e8e540fa27ec68088bc5e468 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/msg00110.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 e8474d2aac689025e8e540fa27ec68088bc5e468 (commit) from c49ffe6cbf1dce5ecf177f4b8aef28db7d77080b (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 e8474d2aac689025e8e540fa27ec68088bc5e468 Author: Frank Ch. Eigler Date: Fri May 25 12:04:04 2012 -0400 PR14168: sanitize $PATH for kbuild invocation * buildrun.cxx (make_any_make_cmd): Use env(1) to unset and change some environment variables, particularly $PATH. (run_make_cmd): Don't unsetenv here for the stap process any more. * testsuite/systemtap.base/kbuildenv.exp: Test it. * NEWS: Mention it. ----------------------------------------------------------------------- Summary of changes: NEWS | 4 ++++ buildrun.cxx | 28 +++++++++++++++------------- testsuite/systemtap.base/kbuildenv.exp | 14 ++++++++++++++ 3 files changed, 33 insertions(+), 13 deletions(-) create mode 100644 testsuite/systemtap.base/kbuildenv.exp hooks/post-receive -- systemtap: system-wide probe/trace tool