[dpdk-dev] [memnic PATCH 14/16] pmd: fix doc uninstalling

Olivier MATZ olivier.matz at 6wind.com
Thu Mar 27 09:45:21 CET 2014


On 02/04/2014 04:54 PM, Thomas Monjalon wrote:
> Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
> ---
>   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 <olivier.matz at 6wind.com>



More information about the dev mailing list