Closed
Description
If I check out the repo, ./configure, and build rustc; then move the repo to a different directory, make clean, ./configure, and build rustc again, it should work. It doesn't.
Workaround: instead of doing 'make clean', rm .gitignore, then git clean -df (removing everything that's not part of the repo), then git checkout .gitignore.
Metadata
Metadata
Assignees
Labels
No labels