kbuild: replace abort() with exit(1)
We have had no use of the coredump file for a long time. So just exit(1) and avoid coredumping. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
@@ -2023,7 +2023,7 @@ repeat:
|
||||
break;
|
||||
|
||||
default:
|
||||
abort();
|
||||
exit(1);
|
||||
}
|
||||
fini:
|
||||
|
||||
|
@@ -392,7 +392,7 @@ repeat:
|
||||
break;
|
||||
|
||||
default:
|
||||
abort();
|
||||
exit(1);
|
||||
}
|
||||
fini:
|
||||
|
||||
|
Reference in New Issue
Block a user