-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustbuild lacks make install #34675
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
Comments
Oh dear, this is a very good point! I ended up doing 90% of the work without going all the way there! So it turns out that The step for implementing this are likely along the lines of:
This shouldn't be too hard but I'm not going to tag this with |
As pointed out by @jirutka we should be careful to respect GNU standards here for environment variables and such when implementing this. |
rustbuild: Add install target. #34675 It just prints to the screen currently. r? @alexcrichton I'm working on the next commit to actually have it install.
Fixed in #35641 |
I decided to switch to using rustbuild recently and discovered that there is no
make install
for rustbuild. This is somewhat annoying as it's not very clear how exactly to do a full install of the just-built compiler given what's there.The text was updated successfully, but these errors were encountered: