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

Correct mistake about supporting sub-makes and document CARGO_MAKEFLAGS #8741

Merged
merged 1 commit into from
Sep 29, 2020

Commits on Sep 28, 2020

  1. Correct mistake about supporting sub-makes and document CARGO_MAKEFLAGS

    Sub-makes are currently not supported as the jobserver crate only
    sets CARGO_MAKEFLAGS which GNU Make doesn't understand.
    
    This might be reasonable as cargo overriding existing MAKEFLAGS
    variables would be weird, but also makes the statement in the
    reference false.
    
    It's helpful for build script authors who want to invoke make
    to know how to get make subprocesses work with parallel builds.
    est31 committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    30e8cbf View commit details
    Browse the repository at this point in the history