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

RTS makefile: Track .rs files in subdirectories #2594

Merged
merged 3 commits into from
Jun 14, 2021

Conversation

osa1
Copy link
Contributor

@osa1 osa1 commented Jun 14, 2021

This fixes tracking of .rs files in subdirectories by the RTS Makefile.
Previously a file in e.g. motoko-rts/src/my_dir would not be tracked, only
the ones at the top-level motoko-rts/src would be tracked. With this patch it
now recursively tracks all .rs files.

@osa1 osa1 requested a review from nomeata June 14, 2021 09:30
@dfinity-ci
Copy link

This PR does not affect the produced WebAssembly code.

@osa1 osa1 added the automerge-squash When ready, merge (using squash) label Jun 14, 2021
rts/Makefile Show resolved Hide resolved
@mergify mergify bot merged commit ddd6df8 into master Jun 14, 2021
@mergify mergify bot deleted the osa1/rts_makefile_rs_tracking branch June 14, 2021 09:54
@mergify mergify bot removed the automerge-squash When ready, merge (using squash) label Jun 14, 2021
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

Successfully merging this pull request may close these issues.

3 participants