debian: Fix parallel builds.
authorBen Pfaff <blp@nicira.com>
Tue, 16 Nov 2010 22:09:41 +0000 (14:09 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 16 Nov 2010 23:07:10 +0000 (15:07 -0800)
commit6aa7dc839706a453f128a00f9040b31c597cfcfe
tree8ef8c1721660a4c40bd508b0a389a58a482675ae
parentff8c6aa136118c65af50dd9dc8ed41b7fa2dcc03
debian: Fix parallel builds.

Some of the Debian automatic builds are failing apparently because the
build-arch and build-indep targets are being called in parallel and they
are both attempting to rebuild tests/testsuite at the same time, which
doesn't work.  We could make the OVS makefiles handle this particular case,
but in general it's not a good idea to independently invoke a single
makefile multiples times in parallel, so this commit avoids that problem.

This also dumps the DEB_BUILD_OPTIONS variable to the log, because there
doesn't appear to be any way to infer it from the automatic builders'
log files.
debian/rules