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

Implement RUST_PATH variation for porting Servo #8831

Closed
wants to merge 4 commits into from

Commits on Aug 30, 2013

  1. Configuration menu
    Copy the full SHA
    8464ee0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34ed4e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cbdee1 View commit details
    Browse the repository at this point in the history
  4. rustpkg: Allow package directories to appear in the RUST_PATH

    This commit adds a rustpkg flag, --rust-path-hack, that allows
    rustpkg to *search* inside package directories if they appear in
    the RUST_PATH, while *building* libraries and executables into a
    different target directory.
    
    This behavior is hidden behind a flag because I believe we only
    want to support it temporarily, to make it easier to port servo to
    rustpkg.
    
    This commit also includes a fix for how rustpkg fetches sources
    from git repositories -- it uses a temporary directory as the target
    when invoking `git clone`, then moves that directory into the workspace
    if the clone was successful. (The old behavior was that when the
    `git clone` failed, the empty target directory would be left lying
    around anyway.)
    catamorphism committed Aug 30, 2013
    5 Configuration menu
    Copy the full SHA
    98e470a View commit details
    Browse the repository at this point in the history