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

Fix issue #13190, touching tmpfiles as root during 'make install' #13219

Merged
merged 2 commits into from
Mar 31, 2014

Commits on Mar 31, 2014

  1. mk: Fix 'make dist' on Mac

    brson committed Mar 31, 2014
    5 Configuration menu
    Copy the full SHA
    4aa7a8a View commit details
    Browse the repository at this point in the history
  2. mk: Don't touch config.tmp or tmp/dist as root. Closes rust-lang#13190

    When running `make install` we are touching these files that can't
    then be removed later.
    brson committed Mar 31, 2014
    5 Configuration menu
    Copy the full SHA
    cfb52a5 View commit details
    Browse the repository at this point in the history