Skip to content

mk files .../*/*.rs regexp does not go deep enough #13118

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
pnkfelix opened this issue Mar 24, 2014 · 2 comments
Closed

mk files .../*/*.rs regexp does not go deep enough #13118

pnkfelix opened this issue Mar 24, 2014 · 2 comments

Comments

@pnkfelix
Copy link
Member

A quick note of something I observed before I head out:

Modifying src/librustc/middle/typeck/check/regionmanip.rs, then running make in my build dir, make did not see that it had to do a rebuild.

I had to touch src/librustc/middle/typeck/mod.rs before make would proceed to rebuild rustc.

This is probably just a matter of replacing one of the series of *.rs */*.rs */*/*.rs ... regexp with an extra entry or two on the end.

@alexcrichton
Copy link
Member

The relevant lines in the makefile are here: https://github.com/mozilla/rust/blob/master/mk/crates.mk#L108-L109

@edwardw
Copy link
Contributor

edwardw commented Mar 24, 2014

We have a recursive wildcard function: mk/reconfig.mk#L11

JohnTitor pushed a commit to JohnTitor/rust that referenced this issue Aug 30, 2022
minor: Remove unused UpdatesChannel type
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants