[ovs-dev] [PATCH 2/2] datapath: Clean up files on distclean.

Pravin Shelar pshelar at nicira.com
Fri May 30 19:33:55 UTC 2014


On Mon, May 26, 2014 at 6:47 PM, Joe Stringer <joestringer at nicira.com> wrote:
> This was causing failures in 'make distcleancheck'.
>
> Signed-off-by: Joe Stringer <joestringer at nicira.com>

LGTM
Acked-by: Pravin B Shelar <pshelar at nicira.com>

> ---
>  datapath/linux/Makefile.main.in |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/datapath/linux/Makefile.main.in b/datapath/linux/Makefile.main.in
> index 88f144c..7d18253 100644
> --- a/datapath/linux/Makefile.main.in
> +++ b/datapath/linux/Makefile.main.in
> @@ -29,7 +29,8 @@ check: all
>  installcheck:
>  mostlyclean:
>  clean:
> -       rm -f *.o *.ko *.mod.* Module.symvers *.cmd kcompat.h.new
> +       rm -f *.o *.ko *.mod.* Module.symvers .*.cmd kcompat.h.new \
> +               modules.order .tmp_versions/openvswitch.mod
>         for d in $(build_links); do if test -h $$d; then rm $$d; fi; done
>  distclean: clean
>         rm -f kcompat.h
> --
> 1.7.10.4
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list