I updated the patch to have a more secure semaphore behavior along the line describedhere: http://www.gnu.org/software/automake/manual/html_node/Multiple-Outputs.html
texi-vers-v2.patch
Description: Binary data
Package: automake
Version: 1.11.6-1
I encounter a problem with automake during parallel builds for the debian pspp
package. When I run the build
process non-parallel then it works. The problem only occurs sometimes when I do
a parallel build. The build
is a debian package build. Here are the rel
Tags: patch
Severity: normal
Please find attached a patch to make texi-vers.am compatible with parallel
builds.
I tried this patch with my build for pspp here and it works. During execution
the existance
of vti.tmp is checked. Only when vti.tmp disappears, the processing continues.
When there