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

Prevent pollution of trunk/NDHMS directory with compile artifacts #18

Closed
tjmills opened this issue Apr 4, 2018 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@tjmills
Copy link

tjmills commented Apr 4, 2018

See #17 for an example of the danger of polluting the source directory with artifacts.

All artifacts should be placed in the Run directory or cleaned up on compile script exit

@tjmills tjmills added the bug Something isn't working label Apr 4, 2018
jmccreight pushed a commit to jmccreight/wrf_hydro_nwm_public that referenced this issue Nov 13, 2018
@rcabell
Copy link
Collaborator

rcabell commented May 4, 2022

For artifact-free builds, the CMake build system allows out-of-tree builds. Traditional Auto(make) build systems frequently generate in-tree artifacts (that should be cleaned by make clean or make distclean).

@rcabell rcabell closed this as completed May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants