Change in osmo-iuh[master]: attempt to fix parallel build, improve AM logic

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

gerrit-no-reply at lists.osmocom.org gerrit-no-reply at lists.osmocom.org
Sun May 15 17:51:18 UTC 2016


>From ahuemer <alexander.huemer at xx.vu>:

Hello Jenkins Builder, Holger Freyther,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/65

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 at 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
-- 
To view, visit https://gerrit.osmocom.org/65
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I439edcb4b7742de861c99ed401114f51061f8088
Gerrit-PatchSet: 2
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: ahuemer <alexander.huemer at xx.vu>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder



More information about the OpenBSC mailing list