]> git.proxmox.com Git - mirror_ovs.git/commit
Remove build-time generated files when "make clean" is run.
authorJustin Pettit <jpettit@ovn.org>
Tue, 14 Feb 2017 01:20:56 +0000 (17:20 -0800)
committerJustin Pettit <jpettit@ovn.org>
Tue, 14 Feb 2017 04:49:55 +0000 (20:49 -0800)
commit70969b092f904392dfe44bdf9edeabb0ca84caa8
treee45021e02a41c2859c46c9300caedafbcdac40b8
parent05ac209a5d3a5e85896f58d16b244e6b2a4cf2d0
Remove build-time generated files when "make clean" is run.

"make clean" should remove all files generated by building a program, while
"make distclean" should also remove files generated by configuring the
program.  Previously some generated files during the build process, such
as man pages, were left behind when "make clean" was run.  This commit
only leaves configuration files after "make clean" is run, and removes
all other generated files.

Signed-off-by: Justin Pettit <jpettit@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
debian/automake.mk
ovn/automake.mk
ovn/controller-vtep/automake.mk
ovn/controller/automake.mk
ovn/northd/automake.mk
ovn/utilities/automake.mk
ovsdb/automake.mk
utilities/automake.mk
utilities/bugtool/automake.mk
vswitchd/automake.mk
vtep/automake.mk