We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
all-bin: all build in Makefile, but in fact, make will have the same priority for all and build in parallel working mode.
all-bin: all build
all
build
make -j2 all-bin
The text was updated successfully, but these errors were encountered:
Do you mean that all depends on build? Then you should mark build as a dependency of all instead of manually calling $(MAKE).
$(MAKE)
Sorry, something went wrong.
3d06432
Successfully merging a pull request may close this issue.
all-bin: all buildin Makefile, but in fact, make will have the same priority forallandbuildin parallel working mode.How to reproduce
The text was updated successfully, but these errors were encountered: