Skip to content

No rule to make target make check-stage1-rustdocck #39256

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

Closed
jacwah opened this issue Jan 23, 2017 · 3 comments
Closed

No rule to make target make check-stage1-rustdocck #39256

jacwah opened this issue Jan 23, 2017 · 3 comments

Comments

@jacwah
Copy link
Contributor

jacwah commented Jan 23, 2017

From Makefile.in:

# * make check-stage1-rustdocck: Builds rustdoc. It has the advantage to compile
#                                quite quickly since we're only using stage1
#                                executables.

However, this doesn't seem to work. Am I doing something wrong?

$ make check-stage1-rustdocck
make: *** No rule to make target `check-stage1-rustdocck'.  Stop.

The same also goes for make check-stage1-std.

@petrochenkov
Copy link
Contributor

Do you pass --disable-rustbuild to ./configure?
It looks like you are using rustbuild and it doesn't define all these check-stage1-crate rules.

@petrochenkov
Copy link
Contributor

(FWIW, check-stage1-rustdocck specifically was recently broken in the make buildsystem as well, it builds stage2 now)

@jacwah
Copy link
Contributor Author

jacwah commented Jan 23, 2017

No, I didn't use --disable-rustbuild, that must be the issue. Thanks!

@jacwah jacwah closed this as completed Jan 23, 2017
steveklabnik added a commit to steveklabnik/rust that referenced this issue Jan 23, 2017
build: Mention rustbuild in Makefile.in comments

I think this patch will help newcomers like myself with the build system. I didn't understand that the make targets listed in the Makefile.in comments only worked with the old system, until it was pointed out to me in rust-lang#39256.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants