Files
openairinterface5g/cmake_targets
Robert Schmidt 900fa704ed bugfix run_asn1c: make make/ninja fail on error
Functionality existed to print all output of asn1c on error, but the
form

    asn1c || cat X

makes the command exit with a 0 exit code (success). Fix by explicitly
returning non-zero exit code in this case:

    asn1c || ( cat X && false )

Signed-off-by: Robert Schmidt <robert.schmidt@openairinterface.org>
2026-04-07 15:06:42 +02:00
..
2026-04-07 15:06:42 +02:00
2021-02-26 15:57:35 -08:00
2026-04-07 15:06:42 +02:00
2024-09-05 15:19:00 +02:00