All of lore.kernel.org
 help / color / mirror / Atom feed
* Looking to do userless input 'make *config' .
@ 2002-03-19  2:26 Mr. James W. Laferriere
  2002-03-19  2:39 ` Mike Fedyk
  2002-03-19  3:55 ` Keith Owens
  0 siblings, 2 replies; 3+ messages in thread
From: Mr. James W. Laferriere @ 2002-03-19  2:26 UTC (permalink / raw)
  To: Linux Kernel Maillist


	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  |
       | babydr@baby-dragons.com | Coudersport PA 16915 |   only  on  AXP |
       +------------------------------------------------------------------+


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Looking to do userless input 'make *config' .
  2002-03-19  2:26 Looking to do userless input 'make *config' Mr. James W. Laferriere
@ 2002-03-19  2:39 ` Mike Fedyk
  2002-03-19  3:55 ` Keith Owens
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Fedyk @ 2002-03-19  2:39 UTC (permalink / raw)
  To: Mr. James W. Laferriere; +Cc: Linux Kernel Maillist

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...


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Looking to do userless input 'make *config' .
  2002-03-19  2:26 Looking to do userless input 'make *config' Mr. James W. Laferriere
  2002-03-19  2:39 ` Mike Fedyk
@ 2002-03-19  3:55 ` Keith Owens
  1 sibling, 0 replies; 3+ messages in thread
From: Keith Owens @ 2002-03-19  3:55 UTC (permalink / raw)
  To: Mr. James W. Laferriere; +Cc: Linux Kernel Maillist

On Mon, 18 Mar 2002 21:26:00 -0500 (EST), 
"Mr. James W. Laferriere" <babydr@baby-dragons.com> 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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-03-19  3:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-19  2:26 Looking to do userless input 'make *config' Mr. James W. Laferriere
2002-03-19  2:39 ` Mike Fedyk
2002-03-19  3:55 ` Keith Owens

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.