This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-174-g1392896


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  1392896dcda33324d43392f8e99fed240cf5fb9b (commit)
      from  5a77d0116da4bc1d5b41df3172ad78c537eff51a (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 1392896dcda33324d43392f8e99fed240cf5fb9b
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Mon Aug 24 10:34:45 2009 -0400

    PR4186: cross-architecture probe building
    
    * main.cxx (main): Add 'a:' and 'B:' options.
    * session.h (kbuildflags): New place to store -B args.
    * testsuite/systemtap.base/cmd_parse.exp: Test them lightly.
    * buildrun.cxx (run_make_cmd): Use "--no-print-directory"
      rather than ">/dev/null" in kbuild invocations.  Pass
      '-a' and '-B' flags along.
    * hash.cxx (find_script_hash): Add them.
    * NEWS, stap.1.in: Mention this.

-----------------------------------------------------------------------

Summary of changes:
 NEWS                                   |    9 +++++++++
 buildrun.cxx                           |   17 +++++++++++++----
 hash.cxx                               |    3 +++
 main.cxx                               |   14 ++++++++++++--
 session.h                              |    1 +
 stap.1.in                              |    4 ++++
 testsuite/systemtap.base/cmd_parse.exp |   28 +++++++++++++++++++++++++++-
 7 files changed, 69 insertions(+), 7 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]