|
From: Serge L. <fi...@in...> - 2007-07-26 12:46:04
|
Dmitry Komarov wrote: > One more question. Suppose I have built a system. Then I want to enable some > more packages via menuconfig. Is it enough to do it this way: > > make menuconfig > make clean > rm tmp/.done_build_packagename > rm tmp/.done_install_packagename > make prepare build install or just do the following: sh scripts/build.sh build opt=packagename sh scripts/build.sh install opt=packagename The result should be the same to aforementioned. > > Or I have to go through this long way - mrproper, unpack etc? It's a more right way. Actually I use it if I need to build production system. In all other cases you can use the commands I sent and save a lot of time. -- Serge Leschinsky |