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

cargo clean hook to clean up arbitrary stuff. #5078

Closed
vext01 opened this issue Feb 26, 2018 · 3 comments
Closed

cargo clean hook to clean up arbitrary stuff. #5078

vext01 opened this issue Feb 26, 2018 · 3 comments

Comments

@vext01
Copy link
Contributor

vext01 commented Feb 26, 2018

Following on from #5077, we had a project which built some C code using an external build system (make in this case, but it could be autotools or cmake for example):
https://github.com/vext01/rust_link_test

Currently there is no way to clean the externally built code at cargo clean time. Such a feature would be very useful.

@sfackler
Copy link
Member

If you run the build in OUT_DIR, it'll be cleaned up via a cargo clean.

@alexcrichton
Copy link
Member

I think this is a dupe of #572, so I'm going to close in favor of that

@vext01
Copy link
Contributor Author

vext01 commented Feb 27, 2018

Thanks

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

3 participants