I need to interact with prompts about changes if I do make oldconfig with an old config file after a few weeks.
make menuconfig is also interactive. Ideally, I would like to tag a state that doesn't change and simply builds in a reproducible manner without requiring any interaction from the user who triggered the build.
.config
files seem outdated after some timeI need to interact with prompts about changes if I do
make oldconfig
with an old config file after a few weeks.make menuconfig
is also interactive. Ideally, I would like to tag a state that doesn't change and simply builds in a reproducible manner without requiring any interaction from the user who triggered the build.How can I achieve this?