-
Notifications
You must be signed in to change notification settings - Fork 91
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
Print all detected features when VF=1
#181
Comments
Hello @qmonnet, I want to improve this process and resolve the issue. Should I generate the patch and send it to the mailing list before creating the PR? |
Hi, thanks for looking into this! Usually the patches should go to the mailing list (and then they're automatically sync-ed with this repo), but this Issue is a particular case: We're trying to make the version from the GitHub repo behave more like the one from the kernel repo. It means that there's no change to do on kernel side, only in this repository. So we just need a PR against this repo. |
Thanks for clarifying! I'll generate a PR for this. Please assign me this issue. |
Hi @qmonnet, I have made the required changes in
This is the output I have got. Please verify this and let me know if it seems fine, then, I'll generate a PR. |
Yes, this looks OK to me 👍 |
I have generated the PR - #186. |
Kernel file
tools/build/Makefile.feature
hascausing all features to be displayed:
It could be useful for debugging features detection to have the same in this repository. We already have
V=1
, which prints the details of the detection, but this list is more succinct. On the other hand, it's also used in the kernel repo to force displaying the values when they would otherwise be skipped:but we don't have this issue in the GitHub repo, given that we don't dump features to a file and always print those in
FEATURE_DISPLAY
. Still, supportingVF=1
could be nice.The text was updated successfully, but these errors were encountered: