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

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   19-Apr-2016 14:52:46
  Branch: rpm-5_4                          Handle: 2016041912524600

  Modified files:           (Branch: rpm-5_4)
    rpm/build/auto          Makefile.am
    rpm/lib/auto            Makefile.am
    rpm/rpmdb/auto          Makefile.am
    rpm/rpmio/auto          Makefile.am

  Log:
    - cleanup --coverage spew.

  Summary:
    Revision    Changes     Path
    1.2.2.7     +1  -0      rpm/build/auto/Makefile.am
    1.2.2.8     +1  -0      rpm/lib/auto/Makefile.am
    1.2.2.8     +1  -0      rpm/rpmdb/auto/Makefile.am
    1.5.2.9     +1  -0      rpm/rpmio/auto/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/build/auto/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.2.2.6 -r1.2.2.7 Makefile.am
  --- rpm/build/auto/Makefile.am        19 Jul 2013 00:51:05 -0000      1.2.2.6
  +++ rpm/build/auto/Makefile.am        19 Apr 2016 12:52:46 -0000      1.2.2.7
  @@ -14,6 +14,7 @@
   
   clean-local:
        rm -rf $(TDIRS) desc.xml
  +     -[ -d tests ] && find tests -name '*.gcno' -exec rm -f {} \;
   
   check-local: desc.xml
        -[ -d tests ] && ${AUTOTEST} -l build -d desc.xml -clean
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/lib/auto/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.2.2.7 -r1.2.2.8 Makefile.am
  --- rpm/lib/auto/Makefile.am  19 Jul 2013 00:34:37 -0000      1.2.2.7
  +++ rpm/lib/auto/Makefile.am  19 Apr 2016 12:52:46 -0000      1.2.2.8
  @@ -14,6 +14,7 @@
   
   clean-local:
        rm -rf $(TDIRS) desc.xml
  +     -[ -d tests ] && find tests -name '*.gcno' -exec rm -f {} \;
   
   check-local: desc.xml
        -[ -d tests ] && ${AUTOTEST} -l lib -d desc.xml -clean
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/rpmdb/auto/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.2.2.7 -r1.2.2.8 Makefile.am
  --- rpm/rpmdb/auto/Makefile.am        18 Jul 2013 23:50:00 -0000      1.2.2.7
  +++ rpm/rpmdb/auto/Makefile.am        19 Apr 2016 12:52:46 -0000      1.2.2.8
  @@ -14,6 +14,7 @@
   
   clean-local:
        rm -rf $(TDIRS) desc.xml
  +     -[ -d tests ] && find tests -name '*.gcno' -exec rm -f {} \;
   
   check-local: desc.xml
        rm -rf ./var
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/rpmio/auto/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.5.2.8 -r1.5.2.9 Makefile.am
  --- rpm/rpmio/auto/Makefile.am        16 Jul 2013 19:05:12 -0000      1.5.2.8
  +++ rpm/rpmio/auto/Makefile.am        19 Apr 2016 12:52:46 -0000      1.5.2.9
  @@ -14,6 +14,7 @@
   
   clean-local:
        rm -rf $(TDIRS) desc.xml
  +     [ -d tests ] && find tests -name '*.gcno' -exec rm -f {} \;
   
   check-local: desc.xml
        -[ -d tests ] && ${AUTOTEST} -l rpmio -d desc.xml -clean
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to