Re: [uClinux-dev] [PATCH] split config steps into %_defconfig

2009-03-05 Thread David McCullough
Jivin Mike Frysinger lays it down ... > The _default target is pretty useful, but sometimes I want to start with > the default config. Splitting the default config steps out into a new > _defconfig target allows for this code flow w/out breaking it manually > with my own CTRL+C: > $ make So

[uClinux-dev] [PATCH] split config steps into %_defconfig

2009-03-03 Thread Mike Frysinger
The _default target is pretty useful, but sometimes I want to start with the default config. Splitting the default config steps out into a new _defconfig target allows for this code flow w/out breaking it manually with my own CTRL+C: $ make Some/Board_defconfig $ make config_menuco