-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
configure script doesn't check for make
ahead of time
#13179
Comments
part of #8058 |
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Jan 23, 2015
flaper87
added a commit
to flaper87/rust
that referenced
this issue
Jan 23, 2015
flaper87
added a commit
to flaper87/rust
that referenced
this issue
Jan 24, 2015
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Aug 8, 2024
…, r=Alexendoo Clean up clippy lints page JS source code Just a small cleanup for the lints page JS source code. r? `@Alexendoo` changelog: Clean up clippy lints page JS source code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is admittedly silly.
But I was setting up a new machine, and running the rust configure on it, it checks for most of the program it needs at the outset, but for GNU
make
, it just assumes that it is already there and blithely goes ahead and attempts to configure e.g. LLVM.Its not hard for an end user to respond to, but it would be slightly cleaner if we checked for
make
at the same time inconfigure
where we check for everything else.The text was updated successfully, but these errors were encountered: