-
Notifications
You must be signed in to change notification settings - Fork 7
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
Allow uninstall/remove of a given package #44
Comments
L448 has an uninstall function. At the moment it's pretty simple, but you can try to use a package-provided uninstall target in addition to the existing code, that would be fine. |
Hello, In fact, this issue is completely related to issue #46. I would like to add the possibility to specify custom commands The goal is that the working programmer has an escape route in case So, in that case the working programmer can specify a rule to override Do you think it would be useful? Do you have some special recommendations before I start working on this? Thanks a lot, |
On 05/18/2012 12:40 AM, Francois Berenger wrote:
In the use case you seem to be describing, odb's ability to install from E. |
Hello,
I know you don't like the overall added complexity, but that would be so nice.
Some packages, like the excellent parmap do have an uninstall target in their Makefile.
So, for some packages, odb could just try calling the corresponding target, if any.
This would be a start and still better than nothing.
If you could provide some hints/doc if someone wants to implement a complete uninstall command,
that could be helpful too.
Best regards,
F.
The text was updated successfully, but these errors were encountered: