Comment 1 for bug 1271663

Revision history for this message
Julian Taylor (jtaylor) wrote :

there seem to be race conditions in the makefile if build with DEB_BUILD_OPTIONS=parallel=4 the reconf, configure and building is garbled

you set MAKEFLAGS in debian/rules which also applies to debian/rules but it does not seem to have correct dependency ordering, please only add the job number to submakes or use dh's builtin --parallel option

it should not be an issue for the sync as the buildds use one job, but please still fix it for binary uploads.