RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: beecrypt rpm                     Date:   19-Apr-2016 14:48:11
  Branch: rpm-5_4                          Handle: 2016041912481001

  Modified files:           (Branch: rpm-5_4)
    beecrypt                Makefile.am
    rpm/perl                Makefile.am
    rpm/python              Makefile.am
    rpm/rpmconstant         Makefile.am
    rpm/ruby                Makefile.am
    rpm/tools               Makefile.am

  Log:
    - clean up --coverage spew.

  Summary:
    Revision    Changes     Path
    1.37.2.7    +2  -0      beecrypt/Makefile.am
    1.22.2.4    +3  -1      rpm/perl/Makefile.am
    1.88.2.8    +2  -0      rpm/python/Makefile.am
    1.13.2.8    +6  -4      rpm/rpmconstant/Makefile.am
    1.11.2.7    +2  -0      rpm/ruby/Makefile.am
    2.170.2.18  +2  -0      rpm/tools/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: beecrypt/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.37.2.6 -r1.37.2.7 Makefile.am
  --- beecrypt/Makefile.am      29 Mar 2016 18:19:57 -0000      1.37.2.6
  +++ beecrypt/Makefile.am      19 Apr 2016 12:48:10 -0000      1.37.2.7
  @@ -36,6 +36,8 @@
   AUTOMAKE_OPTIONS = gnu check-news no-dependencies
   ACLOCAL_AMFLAGS = -I m4
   
  +CLEANFILES = *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda
  +
   SUBDIRS = . include $(MAYBE_SUB) tests docs gas masm
   
   if WITH_CPLUSPLUS
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/perl/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.22.2.3 -r1.22.2.4 Makefile.am
  --- rpm/perl/Makefile.am      5 Sep 2014 19:52:59 -0000       1.22.2.3
  +++ rpm/perl/Makefile.am      19 Apr 2016 12:48:10 -0000      1.22.2.4
  @@ -2,6 +2,8 @@
   
   AUTOMAKE_OPTIONS = 1.4 foreign
   
  +CLEANFILES = *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda
  +
   EXTRA_DIST = \
        typemap \
        Makefile.PL.in \
  @@ -44,7 +46,7 @@
        $(MAKE) -f Makefile.perl PREFIX=$(prefix) install || \
        $(MAKE) -f Makefile.perl PREFIX=$(prefix) install
   
  -CLEANFILES = *~
  +CLEANFILES += *~
   
   .PHONY: test
   
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/python/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.88.2.7 -r1.88.2.8 Makefile.am
  --- rpm/python/Makefile.am    13 Mar 2016 23:44:46 -0000      1.88.2.7
  +++ rpm/python/Makefile.am    19 Apr 2016 12:48:10 -0000      1.88.2.8
  @@ -4,6 +4,8 @@
   
   LINT = splint
   
  +CLEANFILES = *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda
  +
   EXTRA_DIST = \
        ChangeLog \
        $(srcdir)/rpm/__init__.py \
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/rpmconstant/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.13.2.7 -r1.13.2.8 Makefile.am
  --- rpm/rpmconstant/Makefile.am       27 Aug 2014 20:56:22 -0000      1.13.2.7
  +++ rpm/rpmconstant/Makefile.am       19 Apr 2016 12:48:10 -0000      1.13.2.8
  @@ -1,11 +1,13 @@
  -# $Id: Makefile.am,v 1.13.2.7 2014/08/27 20:56:22 jbj Exp $
  +# $Id: Makefile.am,v 1.13.2.8 2016/04/19 12:48:10 jbj Exp $
   
   AUTOMAKE_OPTIONS = 1.4 foreign
   
  -EXTRA_DIST = librpmconstant.vers rpmh2tbl
  -
   LINT = splint
   
  +CLEANFILES = *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda
  +
  +EXTRA_DIST = librpmconstant.vers rpmh2tbl
  +
   AM_CPPFLAGS = \
        -I$(srcdir) \
        -I$(top_srcdir) \
  @@ -56,7 +58,7 @@
   rpmconstant_LDADD   = librpmconstant.la
   
   BUILT_SOURCES = rpmconstanttbl.c
  -CLEANFILES = rpmconstanttbl.c
  +CLEANFILES += rpmconstanttbl.c
   
   myHEADERS = \
        $(top_srcdir)/lib/*.h \
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/ruby/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.11.2.6 -r1.11.2.7 Makefile.am
  --- rpm/ruby/Makefile.am      13 Mar 2016 23:44:47 -0000      1.11.2.6
  +++ rpm/ruby/Makefile.am      19 Apr 2016 12:48:11 -0000      1.11.2.7
  @@ -4,6 +4,8 @@
   
   LINT = splint
   
  +CLEANFILES = *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda
  +
   AM_CPPFLAGS = -I. \
        -I$(top_srcdir) \
        -I$(top_srcdir)/build \
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tools/Makefile.am
  ============================================================================
  $ cvs diff -u -r2.170.2.17 -r2.170.2.18 Makefile.am
  --- rpm/tools/Makefile.am     13 Mar 2016 23:44:47 -0000      2.170.2.17
  +++ rpm/tools/Makefile.am     19 Apr 2016 12:48:11 -0000      2.170.2.18
  @@ -6,6 +6,8 @@
   
   SUBDIRS = # tests
   
  +CLEANFILES = *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda
  +
   AM_CPPFLAGS = -I. \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib \
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to