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-1.4-109-g1025c39


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  1025c39b5675743c2cc972245bbe631c13a87219 (commit)
       via  caf6872da3288f5fd048978642737d7d1026f382 (commit)
      from  7316ced8ffc42a1ebbd2313a4be0bdb42bc5b111 (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 1025c39b5675743c2cc972245bbe631c13a87219
Author: David Smith <dsmith@redhat.com>
Date:   Fri Feb 18 12:15:03 2011 -0600

    Added pcp support to top-level configure.
    
    * configure.ac: Added pcp support to configure.
    * config.in: Regenerated.
    * configure: Ditto.
    * Makefile.am: Added pcp support.
    * Makefile.in: Regenerated.
    * pcp/GNUmakefile.in: Add the 'all' target (which maps to the 'default'
      target).

commit caf6872da3288f5fd048978642737d7d1026f382
Author: David Smith <dsmith@redhat.com>
Date:   Fri Feb 18 11:45:04 2011 -0600

    Regenerated configure stuff with f14.
    
    * Makefile.in: Regenerated.
    * aclocal.m4: Ditto.
    * configure: Ditto.
    * doc/Makefile.in: Ditto.
    * doc/SystemTap_Tapset_Reference/Makefile.in: Ditto.
    * doc/beginners/Makefile.in: Ditto.
    * grapher/Makefile.in: Ditto.
    * runtime/staprun/Makefile.in: Ditto.
    * runtime/staprun/aclocal.m4: Ditto.
    * runtime/staprun/configure: Ditto.
    * testsuite/aclocal.m4: Ditto.
    * testsuite/configure: Ditto.

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

Summary of changes:
 Makefile.am                                |    3 +
 Makefile.in                                |   35 ++-
 aclocal.m4                                 |   40 +-
 config.in                                  |    3 +
 configure                                  |  556 +++++++++++++++++-----------
 configure.ac                               |   34 ++
 doc/Makefile.in                            |    2 +
 doc/SystemTap_Tapset_Reference/Makefile.in |    2 +
 doc/beginners/Makefile.in                  |    2 +
 grapher/Makefile.in                        |    2 +
 pcp/GNUmakefile.in                         |    2 +-
 runtime/staprun/Makefile.in                |    2 +
 runtime/staprun/aclocal.m4                 |   40 +-
 runtime/staprun/configure                  |  294 ++++++++-------
 testsuite/aclocal.m4                       |    4 +-
 testsuite/configure                        |  226 ++++++------
 16 files changed, 747 insertions(+), 500 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]