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

rake clean doesn't clean everything #23

Closed
andystanton opened this issue Sep 22, 2014 · 0 comments
Closed

rake clean doesn't clean everything #23

andystanton opened this issue Sep 22, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@andystanton
Copy link
Owner

The glfw library generates a configuration header based on the OS that cmake was invoked from. This header file is not deleted, so in the event the cmake'd sources are copied to another OS, some settings specific to the previous OS may be maintained despite the rake clean task.

Either the above process is bad or git clean should be invoked to clean each source root as follows:

git clean -dff
git clean -dffX

The first cleans everything except the contents of .gitignore. The second cleans only the contents of .gitignore.

@andystanton andystanton self-assigned this Sep 22, 2014
@andystanton andystanton added this to the 3.1.0 milestone Sep 22, 2014
andystanton added a commit that referenced this issue Jan 24, 2015
#23 fix rake deletion. clean and deep clean do what they're supposed to
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant