This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Osmocom code for Iuh interface".
The branch, master has been updated via 156fa393fc7472ba57683905c054adc6892b3cbd (commit) from fd666890f7f1dc6fc8edc9f923ccf12461d5cbcc (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://cgit.osmocom.org/osmo-iuh/commit/?id=156fa393fc7472ba57683905c054adc6...
commit 156fa393fc7472ba57683905c054adc6892b3cbd Author: Alexander Huemer alexander.huemer@xx.vu Date: Sun May 15 04:24:54 2016 +0200
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 Reviewed-on: https://gerrit.osmocom.org/65 Tested-by: Jenkins Builder Reviewed-by: Harald Welte laforge@gnumonks.org
-----------------------------------------------------------------------
Summary of changes: .gitignore | 2 + contrib/jenkins.sh | 6 +- include/osmocom/ranap/ranap_ies_defs.h | 2967 -------------------------------- src/Makefile.am | 5 +- 4 files changed, 8 insertions(+), 2972 deletions(-) delete mode 100644 include/osmocom/ranap/ranap_ies_defs.h
hooks/post-receive