On Tue, Jul 21, 2015 at 10:06:32PM -0400, Aaron Conole wrote: > Ben Pfaff <b...@nicira.com> writes: > > > IDL-generated files don't need to be distributed, and distributing them > > puts them in the source directory rather than the build directory, which > > causes "make distcheck" to fail if any of them need to be remade. To > > prevent this, this commit this removes them from ..._SOURCES, moving them > > into nodist_..._SOURCES. > > > > IDL-generated files all need to be cleaned, so this commit adds all of > > them to CLEANFILES wholesale via a single CLEANFILES += $(OVSIDL_BUILT) > > line in ovsdb/automake.mk, removing the individual additions from various > > makefiles. > > > > With this commit, "make distcheck" passes for me. > > > > CC: Aaron Conole <aa...@bytheb.org> > > Signed-off-by: Ben Pfaff <b...@nicira.com> > > ... > > Acked-by: Aaron Conole <aa...@bytheb.org>
Thanks, I applied this to master. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev