LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: PATCH: ipvsadm build process

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: PATCH: ipvsadm build process
From: Horms <horms@xxxxxxxxxxxx>
Date: Wed, 5 Jun 2002 16:58:40 +0900
On Wed, Jun 05, 2002 at 08:48:18AM +0200, Roberto Nibali wrote:
> Hello Horms,

Hey mate,

> I like it. Can we have it, Wensong? It makes maintaining the user space 
> part easier throughout updates in a distro. And I'm maintaining two 
> distros myself.
> 
> >Only in ipvsadm.new/: .Makefile.swp
> >Only in ipvsadm.new/: .done
> 
> Do make distclean next time, ok? :)

The .done shouldn't have been there in the first place.
It was produced in error by make distcheck. I have resolve this
problem.

> >+distclean-1:
> >+            rm -rf "$(NAME)-$(VERSION)/" "$(NAME)-$(VERSION).tar" \
> >+            "$(NAME)-$(VERSION).tar.gz"
> >+distclean:  distclean-1 clean
> >+            rm -rf "$(NAME)-$(VERSION)/" "$(NAME)-$(VERSION).tar" \
> >+                    "$(NAME)-$(VERSION).tar.gz"
> >+
> 
> What is the distclean-1 for? What did I miss?

distclean-1 is a depandancy for distclean and dist. The idea being
that the code is shared. Amusingly I included the code in the
discclean target by mistake. It should read:

distclean-1:
            rm -rf "$(NAME)-$(VERSION)/" "$(NAME)-$(VERSION).tar" \
            "$(NAME)-$(VERSION).tar.gz"

distclean:  distclean-1 clean



Attached is a new version of the patch, which rectifies both or the
problems above as well as a few other trivial problems. This patch
replaces the earlier version of the patch.

-- 
Horms
        

Attachment: ipvs-1.0.3.ipvsadm.rpm.2.patch
Description: Text document

<Prev in Thread] Current Thread [Next in Thread>