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

Makefile to unregister the component #4

Open
nicmcd opened this issue Apr 26, 2021 · 0 comments
Open

Makefile to unregister the component #4

nicmcd opened this issue Apr 26, 2021 · 0 comments
Assignees

Comments

@nicmcd
Copy link

nicmcd commented Apr 26, 2021

make all (the default) includes installing (aka registering) the component with SST. However, make clean does not unregister the component. I suggest one of the two following options:

  1. Include the sst-register -u calls directly in the clean target.
  2. Include a new target called uninstall that has the sst-register -u calls. This would probably infer a target called make clean-all that performs clean and uninstall.

If you agree and tell me what you want, I'd be glad to create a PR for you.

@berquist berquist self-assigned this Aug 14, 2023
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