Skip to content

make and make -j4 have different behavior in compiling #14461

Closed
@xuzhao9

Description

@xuzhao9

I am using rust-nightly.tar.gz.
When I run make -j4, it tries to download a stage0 file from rust-server.
Filename: rust-stage0-2014-05-16-5327218-linux-x86_64-212f9062080a6e6cba472d8530d086ad787bbf72.tar.bz2

However when I run make, it does not do so. Compiling does not need to fetch a pre-build stage0 file. Everything is local.

Is it supposed to be a correct behavior?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions