You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.