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.7-194-g6d14a4a


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  6d14a4a9f3b6b8a02fcac0b95961b9b08e9fda0b (commit)
      from  3d022fa9c6bdbca383dfc639d08d65287c708f56 (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 6d14a4a9f3b6b8a02fcac0b95961b9b08e9fda0b
Author: Elliott Baron <ebaron@redhat.com>
Date:   Fri Jun 5 11:40:34 2009 -0400

    PR10209: extend configury for --disable-translator
    
    * configure.ac: Added --disable-translator feature, creates AM_CONDITIONAL BUILD_TRANSLATOR.
    * Makefile.am: Only build runtime components (staprun, stapio) if BUILD_TRANSLATOR == FALSE.
    * configure: Regenerated.
    * Makefile.in: Likewise.
    * aclocal.m4: Likewise.
    * config.in: Likewise.
    * doc/Makefile.in: Likewise.
    * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise.
    * grapher/Makefile.in: Likewise.

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

Summary of changes:
 Makefile.am                                |   42 +++--
 Makefile.in                                |  241 +++++++++++++++------------
 aclocal.m4                                 |   44 +++--
 config.in                                  |   12 +-
 configure                                  |   47 +++++-
 configure.ac                               |   11 ++-
 doc/Makefile.in                            |    8 +-
 doc/SystemTap_Tapset_Reference/Makefile.in |    8 +-
 grapher/Makefile.in                        |    8 +-
 9 files changed, 258 insertions(+), 163 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]