when to use make olddefconfig

Alexander Kapshuk alexander.kapshuk at gmail.com
Sun Apr 22 14:34:48 EDT 2018


On Sun, Apr 22, 2018 at 9:19 PM, Sumit Kumar <sumit686215 at gmail.com> wrote:
> Hi,
>
> I was going through this link :
> https://kernelnewbies.org/OutreachyfirstpatchSetup , and came across the
> make olddefconfig cmd. The explanation on the web page is very confusing.
> Can anyone please explain in simpler way when "make olddefconfig" cmd is
> intended to be used ? The webpage says this : If you need to make any
> changes to your configuration, run this command to silently update any new
> configuration values to their default.
>
>
> --
>
> Thanks and Regards,
>
> Sumit
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

make help | sed '/olddefconfig/!d;N'
 olddefconfig    - Same as oldconfig but sets new symbols to their
                   default value without prompting



More information about the Kernelnewbies mailing list