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

Add uninstall option to Scons #311

Closed
artemp opened this issue Oct 11, 2011 · 2 comments
Closed

Add uninstall option to Scons #311

artemp opened this issue Oct 11, 2011 · 2 comments

Comments

@artemp
Copy link
Member

artemp commented Oct 11, 2011

SCons has basic support for 'uninstall' actions:

http://www.scons.org/wiki/InstallTargets

{{{
python scons/scons.py uninstall # would remove tracked, installed targets
}}}

@artemp
Copy link
Member Author

artemp commented Oct 11, 2011

[springmeyer] first cut added in r2036,r2037.

Will wait to close this ticket until I can ensure this is not buggy on any platforms - only tested so far on os x.

@artemp
Copy link
Member Author

artemp commented Oct 11, 2011

[springmeyer] seems to work fine on linux as well.

@artemp artemp closed this as completed Oct 11, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant