RPM Community Forums

Mailing List Message of <rpm-cvs>

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

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Thu 21 Jun 2007 - 20:19:01 CEST
Message-Id: <20070621181901.0BB0C3484EA@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: rpm                              Date:   21-Jun-2007 20:19:01
  Branch: HEAD                             Handle: 2007062119190000

  Modified files:
    rpm/build               Makefile.am

  Log:
    nuke a dangling symlink for rpmfile.h. File/magic is already
    externally and rpmfile.h is not used anywhere in the code and now
    points to nowhere anyway

  Summary:
    Revision    Changes     Path
    2.56        +2  -7      rpm/build/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/build/Makefile.am
  ============================================================================
  $ cvs diff -u -r2.55 -r2.56 Makefile.am
  --- rpm/build/Makefile.am	20 Jun 2007 21:10:21 -0000	2.55
  +++ rpm/build/Makefile.am	21 Jun 2007 18:19:00 -0000	2.56
  @@ -18,7 +18,7 @@
   LIBS =
   
   pkgincdir = $(pkgincludedir)
  -pkginc_HEADERS = rpmbuild.h rpmfile.h rpmspec.h
  +pkginc_HEADERS = rpmbuild.h rpmspec.h
   noinst_HEADERS = buildio.h
   
   LDFLAGS = -L$(RPM_BUILD_ROOT)$(usrlibdir) -L$(DESTDIR)$(usrlibdir)
  @@ -40,13 +40,8 @@
   librpmbuild_la_LDFLAGS += -Wl,--version-script=$(srcdir)/librpmbuild.vers
   endif
   
  -rpmfile.h:
  -	@ln -sf $(top_builddir)/file/src/file.h $@
  -
  -files.c rpmfc.c: rpmfile.h
  -
   clean-local:
  -	rm -f *.o rpmfile.h # .created $(FILELOBJS)
  +	rm -f *.o # .created $(FILELOBJS)
   
   #BUILT_SOURCES = rpmbuild.lcd
   
  @@ .
Received on Thu Jun 21 20:19:01 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.