On Fri, 2021-10-01 at 09:01 +0000, Bely Uladzimir wrote: > Anyway, is there any chance to get a proper exit from `make`? So that > build won't hang and just will finish with error?
Do you mean this particular instance of make, or do you mean in general? You can kill this particular instance of make and that will cause any parent process to understand that it exited with an error. There's no way I know of to stop this process other than by sending it a SIGINT or similar.