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-104-g7508603


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  750860301b2f037384387f8d73d157a057dafce2 (commit)
      from  5f92f1267f66c635f41c4a456323b815e4101416 (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 750860301b2f037384387f8d73d157a057dafce2
Author: David Smith <dsmith@redhat.com>
Date:   Thu Feb 17 12:28:16 2011 -0600

    Generate pcp Makefiles.
    
    * pcp/GNUmakefile.in: New file.
    * pcp/src/GNUmakefile.in: Ditto.
    * pcp/src/pmdas/GNUmakefile.in: Ditto.
    * pcp/src/pmdas/logger/GNUmakefile.in: Simplified a bit.
    * pcp/src/pmdas/logger/GNUmakefile.install: Deleted unneeded file.
    * pcp/configure.in: Modified to generate makefiles.
    * pcp/configure: New generated file.
    * pcp/.gitignore: No longer ignores configure.

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

Summary of changes:
 pcp/.gitignore                                  |    1 -
 pcp/GNUmakefile.in                              |   68 +
 pcp/configure                                   | 9868 +++++++++++++++++++++++
 pcp/configure.in                                |    5 +-
 pcp/src/{pmdas/logger/Remove => GNUmakefile.in} |   32 +-
 pcp/src/pmdas/GNUmakefile.in                    |   32 +
 pcp/src/pmdas/logger/GNUmakefile.in             |    4 +-
 pcp/src/pmdas/logger/GNUmakefile.install        |   48 -
 8 files changed, 9989 insertions(+), 69 deletions(-)
 create mode 100644 pcp/GNUmakefile.in
 create mode 100755 pcp/configure
 copy pcp/src/{pmdas/logger/Remove => GNUmakefile.in} (65%)
 create mode 100644 pcp/src/pmdas/GNUmakefile.in
 delete mode 100644 pcp/src/pmdas/logger/GNUmakefile.install


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]