Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make process does not handle being interrupted well #332

Open
ThinkOpenly opened this issue Jan 26, 2018 · 2 comments
Open

make process does not handle being interrupted well #332

ThinkOpenly opened this issue Jan 26, 2018 · 2 comments

Comments

@ThinkOpenly
Copy link
Contributor

I don't have details, but it seems to leave locks and directories around that interfere with the next invocation of make.
One example, git clone for binutils failed because

fatal: destination path 'binutils' already exists and is not an empty directory.
@tuliom
Copy link
Contributor

tuliom commented Jan 26, 2018

That message comes from git.
You can run make cleanall and retry.

@ThinkOpenly
Copy link
Contributor Author

Even if that works, one shouldn't need to do that to rerun an interrupted make.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants