From ahuemer alexander.huemer@xx.vu:
Hello Jenkins Builder, Holger Freyther,
I'd like you to reexamine a change. Please visit
to look at the new patch set (#2).
Change subject: attempt to fix parallel build, improve AM logic ......................................................................
attempt to fix parallel build, improve AM logic
The formerly existing make rule caused a race condition in parallel builds and wrongly stated the .c files as targets, which caused make to execute the rule twice (once for each target). This was actually only fallout of the attempt to express the fact that those two files are generated by the rule.
The generated file ranap_ies_defs.h was moved by one make job, another job then tried to access the file in the old location and failed.
parallel build verified with: $ for i in $(seq 1 10) do echo "XXXX iteration $i" git clean -xfd autoreconf -i ./configure make -j${i} || break done
Coauthored by Andreas Rottmann mail@rotty.xx.vu
Change-Id: I439edcb4b7742de861c99ed401114f51061f8088 --- M .gitignore M contrib/jenkins.sh D include/osmocom/ranap/ranap_ies_defs.h M src/Makefile.am 4 files changed, 8 insertions(+), 2,972 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/65/65/2