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

Parse depfiles with multiple targets #113

Merged
merged 1 commit into from
Mar 5, 2024

Commits on Feb 29, 2024

  1. Parse depfiles with multiple targets

    This is needed for android. It just treats all the deps of all targets
    in the depfile as deps for the Build.
    
    In task.rs there is a TODO to verify that the targets refer to the
    outputs of the Build, but adding that verification breaks the android
    build. In android's case, there are some depfiles that contain
    `foo.o: path/to/some/dep.asm` where it should instead be
    `path/to/foo.o: path/to/some/dep.asm`.
    Colecf committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4c78be8 View commit details
    Browse the repository at this point in the history