[ovs-dev] [PATCH] utilities: Regenerate ovs-lib if configuration changes.

Andy Zhou azhou at nicira.com
Tue Nov 19 19:01:03 UTC 2013


Ben thanks for fixing this.  It works properly in my environment with this
fix.

Acked-by: Andy Zhou <azhou at nicira.com>


On Mon, Nov 18, 2013 at 1:26 PM, Ben Pfaff <blp at nicira.com> wrote:

> Otherwise running "configure" twice with different --prefix (etc.) will
> fail to update ovs-lib, so that "make install" installs an ovs-lib with
> the wrong paths.
>
> Reported-by: Andy Zhou <azhou at nicira.com>
> Signed-off-by: Ben Pfaff <blp at nicira.com>
> ---
>  utilities/automake.mk |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/utilities/automake.mk b/utilities/automake.mk
> index d26f961..b7a4d73 100644
> --- a/utilities/automake.mk
> +++ b/utilities/automake.mk
> @@ -20,6 +20,8 @@ scripts_SCRIPTS += \
>         utilities/ovs-save
>  scripts_DATA += utilities/ovs-lib
>
> +utilities/ovs-lib: $(top_builddir)/config.status
> +
>  EXTRA_DIST += \
>         utilities/ovs-check-dead-ifs.in \
>         utilities/ovs-ctl.in \
> --
> 1.7.10.4
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-dev/attachments/20131119/454eaec6/attachment-0003.html>


More information about the dev mailing list