Hi Ben,

Also remember to add them under .gitignore:
Untracked files:
  (use "git add <file>..." to include in what will be committed)

        lib/ofp-actions.inc1
        lib/ofp-actions.inc2

diff --git a/lib/.gitignore b/lib/.gitignore
index 2d07244..32c1e4c 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -4,6 +4,8 @@
 /dirs.c
 /coverage-counters.c
 /ofp-errors.inc
+/ofp-actions.inc1
+/ofp-actions.inc2
 /ofp-msgs.inc
 /stdio.h
 /string.h

Alin.

-----Mesaj original-----
De la: dev [mailto:[email protected]] În numele Ben Pfaff
Trimis: Tuesday, August 12, 2014 9:44 PM
Către: [email protected]
Cc: Ben Pfaff
Subiect: [ovs-dev] [PATCH 2/2] Makefiles: Clean lib/ofp-actions.inc1 and 
lib/ofp-actions.inc2.

Fixes a failure with make distcheck.

Reported-by: Ankur Sharma <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
---
 lib/automake.mk |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/automake.mk b/lib/automake.mk index f4426f2..e95191d 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -438,6 +438,7 @@ lib/ofp-actions.inc1: 
$(srcdir)/build-aux/extract-ofp-actions lib/ofp-actions.c
 lib/ofp-actions.inc2: $(srcdir)/build-aux/extract-ofp-actions lib/ofp-actions.c
        $(run_python) $^ --definitions > [email protected] && mv [email protected] $@
 lib/ofp-actions.lo: lib/ofp-actions.inc1 lib/ofp-actions.inc2
+CLEANFILES += lib/ofp-actions.inc1 lib/ofp-actions.inc2
 EXTRA_DIST += build-aux/extract-ofp-actions lib/ofp-errors.inc
 
 $(srcdir)/lib/ofp-errors.inc: \
--
1.7.10.4

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to