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
As mentioned earlier currently we don't honour the parallelism set in MAKEFLAGS and always explicitly set -jXXX flag at runtime.
MAKEFLAGS
-jXXX
We should really fix that, since it's a flag that distributions extensively use and expect it to work.
The text was updated successfully, but these errors were encountered:
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:
Sorry, something went wrong.
evelikov
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: