]> git.proxmox.com Git - ovs.git/commit - Makefile.am
configure: New --enable-sparse option to enable sparse checking by default.
authorBen Pfaff <blp@ovn.org>
Thu, 11 Jan 2018 23:49:24 +0000 (15:49 -0800)
committerBen Pfaff <blp@ovn.org>
Fri, 12 Jan 2018 18:46:50 +0000 (10:46 -0800)
commitd4042a708f08a79bb1f7501dec16607a6f602490
tree34635219a99a6467cc338f30c68f7ffafb32792c
parent2daae85a06d5e0038b94f9a6403bdbf2845ee7b6
configure: New --enable-sparse option to enable sparse checking by default.

Until now, "make" called sparse to do checking only if C=1 was passed on
the command line.  It was easy for developers to forget to specify that.
This commit adds another option: specifying --enable-sparse on the
configure command line enables sparse checking by default.  (It can still
be disabled with C=0.)

Requested-by: Justin Pettit <jpettit@ovn.org>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
Documentation/intro/install/general.rst
Makefile.am
NEWS
acinclude.m4