2002-03-19 02:26:17

by Mr. James W. Laferriere

[permalink] [raw]
Subject: Looking to do userless input 'make *config' .


Hello All , I have a .config file that has only the needed items
defined . What I am looking to do is have the 'make *config'
be in a script that builds a kernel . I'd like to have all
entries that would pop up in a 'make oldconfig' as undefined
be defined as 'N' . I am not looking for this to cross major
kernel versions (ie: 2.4 -> 2.5) just to many possible changes in
the code . Does anyone have any pointers ? Tia , JimL

+------------------------------------------------------------------+
| James W. Laferriere | System Techniques | Give me VMS |
| Network Engineer | P.O. Box 854 | Give me Linux |
| [email protected] | Coudersport PA 16915 | only on AXP |
+------------------------------------------------------------------+


2002-03-19 02:38:48

by Mike Fedyk

[permalink] [raw]
Subject: Re: Looking to do userless input 'make *config' .

On Mon, Mar 18, 2002 at 09:26:00PM -0500, Mr. James W. Laferriere wrote:
>
> Hello All , I have a .config file that has only the needed items
> defined . What I am looking to do is have the 'make *config'
> be in a script that builds a kernel . I'd like to have all
> entries that would pop up in a 'make oldconfig' as undefined
> be defined as 'N' . I am not looking for this to cross major
> kernel versions (ie: 2.4 -> 2.5) just to many possible changes in
> the code . Does anyone have any pointers ? Tia , JimL

It's not automatic, but oldconfig defaults to "N" so 'make oldconfig' and
hold down <ENTER>...

This is a one time thing (2.4 -> 2.5) so why write a script for it?

Does anyone have any reasons why James couldn't just start compiling with a
previous .config?

hmm, maybe I should check the FAQ...

... nope, only one occourance of "oldconfig" and that didn't help...

2002-03-19 03:56:00

by Keith Owens

[permalink] [raw]
Subject: Re: Looking to do userless input 'make *config' .

On Mon, 18 Mar 2002 21:26:00 -0500 (EST),
"Mr. James W. Laferriere" <[email protected]> wrote:
> Hello All , I have a .config file that has only the needed items
> defined . What I am looking to do is have the 'make *config'
> be in a script that builds a kernel . I'd like to have all
> entries that would pop up in a 'make oldconfig' as undefined
> be defined as 'N' .

yes '' | make oldconfig
takes the default for all questions.