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

Honour MAKEFLAGS #316

Open
evelikov opened this issue Mar 23, 2023 · 1 comment
Open

Honour MAKEFLAGS #316

evelikov opened this issue Mar 23, 2023 · 1 comment
Assignees

Comments

@evelikov
Copy link
Collaborator

As mentioned earlier currently we don't honour the parallelism set in MAKEFLAGS and always explicitly set -jXXX flag at runtime.

We should really fix that, since it's a flag that distributions extensively use and expect it to work.

@evelikov evelikov self-assigned this Mar 23, 2023
@evelikov
Copy link
Collaborator Author

While in the area, we should also add per-module flag (in dkms.conf) and global one (in framework.conf)

AFAICT the usual priority order (in decreasing fashion) is:

  • module
  • global
  • makeflags
  • nprocs

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

1 participant