Hello! When I complie HTB I normaly do this: - make dep - make modules - make modules-install But that compiles all modules. Is it possible to have only HTB compile? Do I need "make-dep"? Greetings, Nils
And reason ? dep is needed only once on fresh source tree. Durin htb developement I use "make _mod_net" which recompiles only network modules and then "insmod net/sched/sch_htb.o" to test it. For quick compile test you can make net/sched/sch_htb.o (but it will not load as module then). devik On Tue, 30 Apr 2002, Nils Lichtenfeld wrote:> Hello! > > When I complie HTB I normaly do this: > > - make dep > - make modules > - make modules-install > > But that compiles all modules. Is it possible to have only HTB compile? > Do I need "make-dep"? > > Greetings, Nils > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > >
Hello Devik! Martin Devera wrote:> And reason ? dep is needed only once on fresh source tree. Durin > htb developement I use "make _mod_net" which recompiles only > network modules and then "insmod net/sched/sch_htb.o" to test it. > For quick compile test you can make net/sched/sch_htb.o (but > it will not load as module then). > devikThank you! Very nice, just what I have searched for. This just makes the whole procedure mutch faster. "dep is needed only once on fresh source tree", does that mean, after applieing the HTB-patch, you have to issue a "make dep"? Greetings, Nils
:) good question ! Probably yes althought I''m not sure here On Wed, 1 May 2002, Nils Lichtenfeld wrote:> Hello Devik! > > Martin Devera wrote: > > And reason ? dep is needed only once on fresh source tree. Durin > > htb developement I use "make _mod_net" which recompiles only > > network modules and then "insmod net/sched/sch_htb.o" to test it. > > For quick compile test you can make net/sched/sch_htb.o (but > > it will not load as module then). > > devik > > Thank you! Very nice, just what I have searched for. This just makes > the whole procedure mutch faster. > > "dep is needed only once on fresh source tree", does that mean, after > applieing the HTB-patch, you have to issue a "make dep"? > > Greetings, Nils > > >