On Thu, Dec 12, 2013 at 11:27:03AM -0800, Gurucharan Shetty wrote: > On Wed, Dec 11, 2013 at 3:04 PM, Ben Pfaff <b...@nicira.com> wrote: > > This will be used for the #include_next in string.h in the following > > commit. > > > > Signed-off-by: Ben Pfaff <b...@nicira.com> > > --- > > NOTICE | 5 +- > > build-aux/.gitignore | 2 + > > debian/copyright.in | 10 ++- > > m4/absolute-header.m4 | 102 ++++++++++++++++++++++ > > m4/include_next.m4 | 223 > > +++++++++++++++++++++++++++++++++++++++++++++++++ > > m4/openvswitch.m4 | 5 ++ > > 6 files changed, 345 insertions(+), 2 deletions(-) > > create mode 100644 m4/absolute-header.m4 > > create mode 100644 m4/include_next.m4 > I get the following error after a 'make': > The distribution is missing the following files: > m4/absolute-header.m4 > m4/include_next.m4 > make[2]: *** [dist-hook-git] Error 1 > make[2]: Leaving directory `/root/git/test' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/git/test' > make: *** [all] Error 2
Oops. I added them to an EXTRA_DIST. > The above problem goes away after adding the second patch though. > > I did not review the included files from external sources, otherwise looks > good. Thanks. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev