[ovs-dev] [PATCH] build: Clean up ovs-monitor-ipsec.

Timothy Redaelli tredaelli at redhat.com
Mon Nov 12 11:04:01 UTC 2018


On Mon, 12 Nov 2018 13:34:11 +0300
Ilya Maximets <i.maximets at samsung.com> wrote:

> This fixes travis distcheck:
> 
>   ERROR: files left in build directory after distclean:
>   ./ipsec/ovs-monitor-ipsec
>   make[1]: *** [distcleancheck] Error 1
> 
> CC: Timothy Redaelli <tredaelli at redhat.com>
> Fixes: d5cc46e3d185 ("ipsec: Use @PYTHON@ directly instead of "/usr/bin/env python"")
> Signed-off-by: Ilya Maximets <i.maximets at samsung.com>
> ---
>  ipsec/automake.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/ipsec/automake.mk b/ipsec/automake.mk
> index 66515e8f8..d50c8627b 100644
> --- a/ipsec/automake.mk
> +++ b/ipsec/automake.mk
> @@ -8,3 +8,4 @@
>  bin_SCRIPTS += ipsec/ovs-monitor-ipsec
>  EXTRA_DIST += ipsec/ovs-monitor-ipsec.in
>  FLAKE8_PYFILES += ipsec/ovs-monitor-ipsec.in
> +CLEANFILES += ipsec/ovs-monitor-ipsec

Acked-By: Timothy Redaelli <tredaelli at redhat.com>

Note: Your patch may need to be applied manually if
https://patchwork.ozlabs.org/patch/996090/ is applied first.


More information about the dev mailing list