[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HA: Why `make` could hang
From: |
Paul Smith |
Subject: |
Re: HA: Why `make` could hang |
Date: |
Fri, 01 Oct 2021 05:12:47 -0400 |
User-agent: |
Evolution 3.36.5-0ubuntu1 |
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.