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

Escape spaces in depfile with backslashes. #152

Closed
wants to merge 1 commit into from

Commits on Oct 22, 2024

  1. Escape spaces in depfile with backslashes.

    This matches how Linux escapes spaces in paths.
    The same syntax is also used by other build tools that output depfiles,
    e.g. https://github.com/rust-lang/cargo/blob/edd36eba5e0d6e0cfcb84bd0cc651ba8bf5e7f83/src/cargo/core/compiler/output_depinfo.rs#L19
    
    Signed-off-by: Colin Finck <[email protected]>
    ColinFinck committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    44e7721 View commit details
    Browse the repository at this point in the history