When running a make clean, it is desirable for the autogenerated files to be
removed.

Signed-off-by: Aaron Conole <acon...@redhat.com>
---
NOTE: these changes are currently being checked with a travis build at:
      https://travis-ci.org/orgcandman/ovs/builds/346814418

 selinux/automake.mk | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/selinux/automake.mk b/selinux/automake.mk
index 48853cdc0..b37e8f337 100644
--- a/selinux/automake.mk
+++ b/selinux/automake.mk
@@ -12,3 +12,9 @@ PHONY: selinux-policy
 
 selinux-policy: selinux/openvswitch-custom.te
        $(MAKE) -C selinux/ -f /usr/share/selinux/devel/Makefile
+
+CLEANFILES += \
+       selinux/openvswitch-custom.te \
+       selinux/openvswitch-custom.pp \
+       selinux/openvswitch-custom.fc \
+       selinux/openvswitch-custom.if
-- 
2.14.3

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to