combining "make O=" and "oldconfig" when configuring a kernel?
embarrassed to admit i'm not sure of the proper answer to this, but what is the proper way to combine the features of "make O=" and configuring with "oldconfig" and an existing .config file? it *appears* that what i would do with a pristine kernel source tree is something like: $ mkdir ../build [create a build directory] $ cp <some config file> ../build/.config $ make O=../build oldconfig and take it from there. does that sound right? rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================
Hi Robert.. long time no talk... On Tue, Sep 25, 2012 at 5:21 PM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
$ mkdir ../build [create a build directory] $ cp <some config file> ../build/.config $ make O=../build oldconfig
and take it from there. does that sound right?
I think I agree that would the way to do it... -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
participants (2)
-
Mulyadi Santosa -
Robert P. J. Day