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
On Sun, Apr 22, 2018 at 9:19 PM, Sumit Kumar <sumit686215@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@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
Hi Alexander, Thanks a lot for the quick response. I am now clear about olddefconfig usage. -- Thanks and Regards, Sumit On Monday 23 April 2018 12:04 AM, Alexander Kapshuk wrote:
On Sun, Apr 22, 2018 at 9:19 PM, Sumit Kumar <sumit686215@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@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
participants (2)
-
Alexander Kapshuk -
Sumit Kumar