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-64-gdb70e30


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  db70e30886965bc0f008b14dc7ebe4806f088cd3 (commit)
      from  036435574eb2ec480368b78d22646c2297894732 (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 db70e30886965bc0f008b14dc7ebe4806f088cd3
Author: David Smith <dsmith@redhat.com>
Date:   Thu Feb 10 14:14:26 2011 -0600

    The logger pmda now builds outside of the pcp source tree.
    
    * pcp/.gitignore: New file.
    * pcp/config.guess: Ditto.
    * pcp/config.sub: Ditto.
    * pcp/configure.in: Ditto.
    * pcp/install-sh: Ditto.
    * pcp/src/include/.gitignore: Ditto.
    * pcp/src/include/builddefs.in: Ditto.
    * pcp/src/include/buildrules: Ditto.
    * pcp/src/pmdas/logger/.gitignore: Updated.
    * pcp/src/pmdas/logger/GNUmakefile: Modified to build either in the pcp
      source tree or separately.
    * pcp/src/pmdas/logger/Install: Updated.
    * pcp/src/pmdas/logger/percontext.c: Updated include file paths.

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

Summary of changes:
 pcp/.gitignore                    |    4 +
 config.guess => pcp/config.guess  |   60 +-
 pcp/config.sub                    | 1658 +++++++++++++++++++++++++++++++++
 pcp/configure.in                  | 1815 +++++++++++++++++++++++++++++++++++++
 pcp/install-sh                    |  300 ++++++
 pcp/src/include/.gitignore        |    2 +
 pcp/src/include/builddefs.in      |  311 +++++++
 pcp/src/include/buildrules        |  167 ++++
 pcp/src/pmdas/logger/.gitignore   |    2 +-
 pcp/src/pmdas/logger/GNUmakefile  |   25 +-
 pcp/src/pmdas/logger/Install      |    4 +-
 pcp/src/pmdas/logger/percontext.c |    6 +-
 12 files changed, 4325 insertions(+), 29 deletions(-)
 create mode 100644 pcp/.gitignore
 copy config.guess => pcp/config.guess (97%)
 create mode 100644 pcp/config.sub
 create mode 100644 pcp/configure.in
 create mode 100755 pcp/install-sh
 create mode 100644 pcp/src/include/.gitignore
 create mode 100644 pcp/src/include/builddefs.in
 create mode 100644 pcp/src/include/buildrules


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]