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-4-g2214837


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  2214837e0e40dfb845bbfebd9379ebb1b947b94d (commit)
       via  dcd7ce82ec9d654dc75c32b86807ba92e1d8386d (commit)
       via  a530cfe0e3212284d13bea0e8cd666e4bb50de8c (commit)
      from  6e0c15da1c51a737ed4a8961e5004fb55c0b8a7e (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 2214837e0e40dfb845bbfebd9379ebb1b947b94d
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Jan 17 13:53:56 2011 -0500

    Cleanup warnings caused by CFLAGS correction.

commit dcd7ce82ec9d654dc75c32b86807ba92e1d8386d
Merge: a530cfe 6e0c15d
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Jan 17 13:44:34 2011 -0500

    Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
    
    Conflicts:
    	configure
    	testsuite/configure

commit a530cfe0e3212284d13bea0e8cd666e4bb50de8c
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Jan 17 13:29:50 2011 -0500

    Configuration problems.
    
    - CFLAGS was being cleared in configure.ac (oldCFLAGS typo)
    - CXXFLAGS was not always being set (CXFXLAGS typo)
    - pick up $(AM_CFLAGS) and @PIECFLAGS@ in all C compilations in Makefile.am

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

Summary of changes:
 Makefile.am                                |    8 +-
 Makefile.in                                |   30 ++--
 aclocal.m4                                 |   40 ++--
 configure                                  |   33 +---
 configure.ac                               |    4 +-
 doc/Makefile.in                            |    2 -
 doc/SystemTap_Tapset_Reference/Makefile.in |    2 -
 doc/beginners/Makefile.in                  |    2 -
 grapher/Makefile.in                        |    2 -
 runtime/staprun/Makefile.in                |    2 -
 runtime/staprun/aclocal.m4                 |   40 ++--
 runtime/staprun/configure                  |  294 +++++++++++++---------------
 stap-server-connect.c                      |   11 +-
 testsuite/aclocal.m4                       |    4 +-
 14 files changed, 210 insertions(+), 264 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]