RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: xar/lib/ Makefile.inc.in

From: Anders F. Björklund <afb@rpm5.org>
Date: Thu 22 Nov 2007 - 23:57:24 CET
Message-Id: <20071122225724.7A8B834845C@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  afb@rpm5.org
  Module: xar                              Date:   22-Nov-2007 23:57:24
  Branch: HEAD                             Handle: 2007112222572400

  Modified files:
    xar/lib                 Makefile.inc.in

  Log:
    fix cleaning twice in a row bug

  Summary:
    Revision    Changes     Path
    1.8         +1  -1      xar/lib/Makefile.inc.in
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: xar/lib/Makefile.inc.in
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 Makefile.inc.in
  --- xar/lib/Makefile.inc.in	18 Nov 2007 23:15:14 -0000	1.7
  +++ xar/lib/Makefile.inc.in	22 Nov 2007 22:57:24 -0000	1.8
  @@ -113,7 +113,7 @@
   	rm -f $(LIBXAR_A) $(LIBXAR_LA)
   	@rm -f @objroot@lib/.libs/$(LIBXAR_LNAME)
   	@rm -f @objroot@lib/.libs/$(LIBXAR_ANAME)
  -	@rmdir @objroot@lib/.libs
  +	@-rmdir @objroot@lib/.libs
   	rm -f $(LIBXAR_SRCS:@srcroot@%.c=@objroot@%.o)
   	rm -f $(LIBXAR_SRCS:@srcroot@%.c=@objroot@%.d)
   	rm -f $(LIBXAR_SRCS:@srcroot@%.c=@objroot@%.static.o)
  @@ .
Received on Thu Nov 22 23:57:24 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.