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.1-83-ge6364d7


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  e6364d7923d49c7bfe1a807cd877cb9b29ca0acf (commit)
      from  acc2bbc4949d1c147d613edcc23459ae4e19147a (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 e6364d7923d49c7bfe1a807cd877cb9b29ca0acf
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Feb 16 13:20:15 2010 +0100

    Don't try to parallel install partial build-elfutils build in lib-elfutils.
    
    The parallel install into lib-elfutils during the build seems to be fragile,
    so explicitly install the libs with -j1.
    
    * Makefile.am (stamp-elfutils): Add -j1 in for dir loop sub make.
    * Makefile.in: Regenerated.
    * aclocal.m4: Likewise.
    * compile: Likewise.
    * config.in: Likewise.
    * configure: Likewise.
    * doc/Makefile.in: Likewise.
    * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise.
    * doc/beginners/Makefile.in: Likewise.
    * grapher/Makefile.in: Likewise.
    * testsuite/Makefile.in: Likewise.
    * testsuite/aclocal.m4: Likewise.
    * testsuite/configure: Likewise.

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

Summary of changes:
 Makefile.am                                |    2 +-
 Makefile.in                                |    5 +-
 aclocal.m4                                 |    4 +-
 compile                                    |    6 +-
 config.in                                  |    3 -
 configure                                  | 6077 +++++++++++++++++++---------
 doc/Makefile.in                            |    1 -
 doc/SystemTap_Tapset_Reference/Makefile.in |    1 -
 doc/beginners/Makefile.in                  |    1 -
 grapher/Makefile.in                        |    1 -
 testsuite/Makefile.in                      |    1 -
 testsuite/aclocal.m4                       |    4 +-
 testsuite/configure                        | 1402 ++++---
 13 files changed, 4845 insertions(+), 2663 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]