aboutsummaryrefslogtreecommitdiffstats
path: root/move-asn1-header-files.sh
diff options
context:
space:
mode:
authorAlexander Huemer <alexander.huemer@xx.vu>2016-05-15 04:24:54 +0200
committerHolger Freyther <holger@freyther.de>2016-05-15 23:28:14 +0000
commit156fa393fc7472ba57683905c054adc6892b3cbd (patch)
treea0a1d7f4dcb68727b0abc83dfc4bd3d9552f697e /move-asn1-header-files.sh
parentfd666890f7f1dc6fc8edc9f923ccf12461d5cbcc (diff)
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>
Diffstat (limited to 'move-asn1-header-files.sh')
0 files changed, 0 insertions, 0 deletions