Commit 9d242334 authored by Robert Schmidt's avatar Robert Schmidt

Create 4G UE SIM info in build dir, restore old build success message

parent 3e7ec35e
......@@ -665,7 +665,7 @@ function main() {
compilations nas_sim_tools conf2uedata
# generate USIM data
if [ -f $dbin/conf2uedata ]; then
if [ -f conf2uedata ]; then
install_nas_tools $conf_nvram_path $DIR/$BUILD_DIR/build "$DIR/$BUILD_DIR/build/conf2uedata.txt"
else
echo_warning "not generated UE NAS files: binaries not found"
......
......@@ -230,8 +230,10 @@ compilations() {
cat $dlog/$2.txt
echo_info "====== End of log for $2.txt ======"
fi
if [[ $ret -ne 0 ]]; then
check_warnings "$dlog/$2.txt"
check_warnings "$dlog/$2.txt"
if [[ $ret -eq 0 ]]; then
echo_success "$2 compiled"
else
check_errors "$dlog/$2.txt"
echo_error "$2 compilation failed"
exit 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment