Fix race condition in parallel execution of "make install".
authorBen Pfaff <blp@nicira.com>
Mon, 23 Jul 2012 16:54:16 +0000 (09:54 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 23 Jul 2012 19:36:11 +0000 (12:36 -0700)
commitae755ca7e1efc425862d7ce51ac12ac0b2df677a
treee9e40962d89217ca6f280779f4df0cb0e9eb34fb
parent7792bfe075f1284e4927eef4cef6e36d26776e37
Fix race condition in parallel execution of "make install".

ovs-vsctl is listed, incorrectly, in both bin_PROGRAMS and bin_SCRIPTS.
This meant that "make install" with the -j option could try to install
ovs-vsctl two times in parallel, a race that occasionally caused a build
failure, e.g.:
http://buildd.debian.org/status/fetch.php?pkg=openvswitch&arch=s390&ver=1.4.2%2Bgit20120612-5&stamp=1342851603

Debian bug #682384.
CC: 682384@bugs.debian.org
Reported-by: Bastian Blank <waldi@debian.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
utilities/automake.mk