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

Makefile: make all-bin have some bug #29

Closed
eatradish opened this issue Jan 16, 2020 · 1 comment
Closed

Makefile: make all-bin have some bug #29

eatradish opened this issue Jan 16, 2020 · 1 comment

Comments

@eatradish
Copy link

eatradish commented Jan 16, 2020

all-bin: all build in Makefile, but in fact, make will have the same priority for all and build in parallel working mode.

How to reproduce

make -j2 all-bin
@eatradish eatradish changed the title Makefile: make all-bin mistake Makefile: make all-bin have some bug Jan 16, 2020
@FranklinYu
Copy link

Do you mean that all depends on build? Then you should mark build as a dependency of all instead of manually calling $(MAKE).

@lotem lotem closed this as completed in 3d06432 Jul 2, 2022
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

Successfully merging a pull request may close this issue.

2 participants