RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/tools/ Makefile.am

From: Jeff Johnson <jbj@rpm5.org>
Date: Mon 30 Jul 2007 - 19:46:45 CEST
Message-Id: <20070730174645.0AC5D348447@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   30-Jul-2007 19:46:45
  Branch: HEAD                             Handle: 2007073018464400

  Modified files:
    rpm/tools               Makefile.am

  Log:
    get rid of convertdb1.

  Summary:
    Revision    Changes     Path
    2.96        +1  -4      rpm/tools/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/tools/Makefile.am
  ============================================================================
  $ cvs diff -u -r2.95 -r2.96 Makefile.am
  --- rpm/tools/Makefile.am	29 Jul 2007 02:54:29 -0000	2.95
  +++ rpm/tools/Makefile.am	30 Jul 2007 17:46:44 -0000	2.96
  @@ -11,7 +11,7 @@
   
   EXTRA_DIST =	hashtab.h
   
  -EXTRA_PROGRAMS = debugedit convertdb1
  +EXTRA_PROGRAMS = debugedit
   
   myLDADD = \
   	$(top_builddir)/build/librpmbuild.la \
  @@ -24,9 +24,6 @@
   pkglibdir =		@USRLIBRPM@
   pkglib_PROGRAMS =	rpmdeps @WITH_LIBELF_DEBUGEDIT@
   
  -convertdb1_SOURCES =	convertdb1.c
  -convertdb1_LDADD =	$(myLDADD)
  -
   debugedit_SOURCES =	debugedit.c hashtab.c
   debugedit_LDADD =	$(myLDADD)
   
  @@ .
Received on Mon Jul 30 19:46:45 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.