[ovs-dev] [PATCH 1/4] ovsdbmonitor: Fix uninstall.

Justin Pettit jpettit at nicira.com
Wed Aug 25 06:52:28 UTC 2010


Looks good.

--Justin


On Aug 23, 2010, at 5:06 PM, Ben Pfaff wrote:

> We install an ovsdbmonitor binary so we should uninstall it too.
> ---
> ovsdb/ovsdbmonitor/automake.mk |    4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/ovsdb/ovsdbmonitor/automake.mk b/ovsdb/ovsdbmonitor/automake.mk
> index 254ec8d..e24c536 100644
> --- a/ovsdb/ovsdbmonitor/automake.mk
> +++ b/ovsdb/ovsdbmonitor/automake.mk
> @@ -41,6 +41,10 @@ DISTCLEANFILES += \
> 	ovsdb/ovsdbmonitor/ovsdbmonitor.tmp
> endif
> 
> +uninstall-local: ovsdbmonitor-uninstall-local
> +ovsdbmonitor-uninstall-local:
> +	rm -f $(DESTDIR)$(bindir)/ovsdbmonitor
> +
> SUFFIXES += .ui .py
> .ui.py:
> 	$(PYUIC4) $< | sed 's/from PyQt4 import QtCore, QtGui/\
> -- 
> 1.7.1
> 
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev_openvswitch.org





More information about the dev mailing list