RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: zlib/ Makefile.am

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Tue 11 Sep 2007 - 08:44:08 CEST
Message-Id: <20070911064408.D0C47348460@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  rse@rpm5.org
  Module: zlib                             Date:   11-Sep-2007 08:44:08
  Branch: HEAD                             Handle: 2007091107440800

  Modified files:
    zlib                    Makefile.am

  Log:
    get rid of Automake warnings related to the recently outcommented
    noinst_PROGRAMS

  Summary:
    Revision    Changes     Path
    1.26        +4  -4      zlib/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: zlib/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.25 -r1.26 Makefile.am
  --- zlib/Makefile.am	4 Sep 2007 16:51:22 -0000	1.25
  +++ zlib/Makefile.am	11 Sep 2007 06:44:08 -0000	1.26
  @@ -20,11 +20,11 @@
   # Don't uncomment the following line or make -jX will break
   # noinst_PROGRAMS = example minigzip
   
  -example_SOURCES = example.c
  -example_LDFLAGS = librpmz.la
  +#example_SOURCES = example.c
  +#example_LDFLAGS = librpmz.la
   
  -minigzip_SOURCES = minigzip.c
  -minigzip_LDFLAGS = librpmz.la
  +#minigzip_SOURCES = minigzip.c
  +#minigzip_LDFLAGS = librpmz.la
   
   BUILT_SOURCES = # Doxyfile zlib.lcd
   
  @@ .
Received on Tue Sep 11 08:44:08 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.