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

Preserve 'm' in klocalizer output #253

Open
paulgazz opened this issue May 29, 2024 · 0 comments
Open

Preserve 'm' in klocalizer output #253

paulgazz opened this issue May 29, 2024 · 0 comments

Comments

@paulgazz
Copy link
Owner

Right now, klocalizer always sets to y by default. Add an option to look at the input configuration options to decide when to use m instead of y.

This will help with preserving the input configuration file and also help when using diff to see dependent configuration options as in the following example:

git checkout 6fc88c354f3af83ffa2c285b86e76c759755693f
make defconfig
cp .config defconfig
klocalizer --repair defconfig --define CONFIG_MEM_SOFT_DIRTY
make olddefconfig
cp .config repaired_defconfig
diff defconfig repaired_defconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant