Skip to content

llvmdeps.rs isn't regenerated after a reconfigure #28614

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

Closed
wthrowe opened this issue Sep 24, 2015 · 0 comments
Closed

llvmdeps.rs isn't regenerated after a reconfigure #28614

wthrowe opened this issue Sep 24, 2015 · 0 comments

Comments

@wthrowe
Copy link
Contributor

wthrowe commented Sep 24, 2015

Even after a

make clean
./configure ...

${TARGET}/rt/llvmdeps.rs isn't regenerated when building. This can cause weird build errors. Presumably it needs to depend on something, but I'm not sure what at the moment.

Manishearth added a commit to Manishearth/rust that referenced this issue Nov 24, 2015
Previously the file was not regenrated upon modification of `src/rustllvm` or others.

Now it will be rebuilt if `src/llvm` or `src/rustllvm` is touched.

Also added *.rs rule to 'clean' rule so that it is removed upon 'make
clean'.

Fixes rust-lang#28614.
steveklabnik added a commit to steveklabnik/rust that referenced this issue Nov 24, 2015
Previously the file was not regenrated upon modification of `src/rustllvm` or others.

Now it will be rebuilt if `src/llvm` or `src/rustllvm` is touched.

Also added *.rs rule to 'clean' rule so that it is removed upon 'make
clean'.

Fixes rust-lang#28614.
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