Applied, thanks.
On Tue, Aug 12, 2014 at 08:27:51PM +0000, Alin Serdean wrote: > 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:dev-boun...@openvswitch.org] ?n numele Ben Pfaff > Trimis: Tuesday, August 12, 2014 9:44 PM > C?tre: dev@openvswitch.org > 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 <ankursha...@vmware.com> > Signed-off-by: Ben Pfaff <b...@nicira.com> > --- > 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 > $@.tmp && mv $@.tmp $@ > 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 > dev@openvswitch.org > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev