From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 84E983F9 for ; Thu, 27 Mar 2014 09:42:32 +0100 (CET) Received: from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214] helo=[192.168.0.10]) by mail.droids-corp.org with esmtpsa (TLS1.0:DHE_RSA_CAMELLIA_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1WT5wB-0005TG-M9; Thu, 27 Mar 2014 09:45:26 +0100 Message-ID: <5333E521.6050202@6wind.com> Date: Thu, 27 Mar 2014 09:45:21 +0100 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 MIME-Version: 1.0 To: Thomas Monjalon References: <1391529271-24606-1-git-send-email-thomas.monjalon@6wind.com> <1391529271-24606-15-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1391529271-24606-15-git-send-email-thomas.monjalon@6wind.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [memnic PATCH 14/16] pmd: fix doc uninstalling X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2014 08:42:32 -0000 On 02/04/2014 04:54 PM, Thomas Monjalon wrote: > Signed-off-by: Thomas Monjalon > --- > pmd/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/pmd/Makefile b/pmd/Makefile > index 1e24a15..730b126 100644 > --- a/pmd/Makefile > +++ b/pmd/Makefile > @@ -79,6 +79,8 @@ endif > uninstall : > - rm -f $(DESTDIR)$(libdir)/$(SOLIB) > - rmdir -p $(DESTDIR)$(libdir) 2>&- > + - rm -f $(DESTDIR)$(docdir)/$(DOC) > + - rmdir -p $(DESTDIR)$(docdir) 2>&- > > help : > @ echo 'rules:' > Reviewed-by: Olivier Matz