On 22 February 2017 at 15:14, Timothy Redaelli <[email protected]> wrote: > On Wed, Feb 22, 2017 at 10:03 PM, Joe Stringer <[email protected]> wrote: >> On 22 February 2017 at 08:18, Timothy Redaelli <[email protected]> wrote: > <cut> > >> I suggest the following instead, does this work for you? >> >> diff --git a/Makefile.am b/Makefile.am >> index 7ff66fe15086..a4dd7b8dd16a 100644 >> --- a/Makefile.am >> +++ b/Makefile.am >> @@ -229,8 +229,8 @@ config-h-check: >> echo "See above for list of violations of the rule that"; \ >> echo "every C source file must #include <config.h>."; \ >> exit 1; \ >> - fi >> - if grep '#include' $(srcdir)/include/openvswitch/*.h | \ >> + fi; \ >> + if grep '#include' include/openvswitch/*.h | \ >> grep -vE '(<.*>)|("openvswitch)|("openflow)'; \ >> then \ >> echo "See above for list of violations of the rule that"; \ > > Looks good to me.
OK thanks, I made this change and applied the patch to master and branch-2.7. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
