* [LARTC] [OT]How to compile only HTB?
@ 2002-04-30 16:51 Nils Lichtenfeld
2002-04-30 22:28 ` Martin Devera
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Nils Lichtenfeld @ 2002-04-30 16:51 UTC (permalink / raw)
To: lartc
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/
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [LARTC] [OT]How to compile only HTB?
2002-04-30 16:51 [LARTC] [OT]How to compile only HTB? Nils Lichtenfeld
@ 2002-04-30 22:28 ` Martin Devera
2002-05-01 11:29 ` Nils Lichtenfeld
2002-05-01 15:35 ` Martin Devera
2 siblings, 0 replies; 4+ messages in thread
From: Martin Devera @ 2002-04-30 22:28 UTC (permalink / raw)
To: lartc
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/
>
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LARTC] [OT]How to compile only HTB?
2002-04-30 16:51 [LARTC] [OT]How to compile only HTB? Nils Lichtenfeld
2002-04-30 22:28 ` Martin Devera
@ 2002-05-01 11:29 ` Nils Lichtenfeld
2002-05-01 15:35 ` Martin Devera
2 siblings, 0 replies; 4+ messages in thread
From: Nils Lichtenfeld @ 2002-05-01 11:29 UTC (permalink / raw)
To: lartc
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
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LARTC] [OT]How to compile only HTB?
2002-04-30 16:51 [LARTC] [OT]How to compile only HTB? Nils Lichtenfeld
2002-04-30 22:28 ` Martin Devera
2002-05-01 11:29 ` Nils Lichtenfeld
@ 2002-05-01 15:35 ` Martin Devera
2 siblings, 0 replies; 4+ messages in thread
From: Martin Devera @ 2002-05-01 15:35 UTC (permalink / raw)
To: lartc
:) 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
>
>
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-05-01 15:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-30 16:51 [LARTC] [OT]How to compile only HTB? Nils Lichtenfeld
2002-04-30 22:28 ` Martin Devera
2002-05-01 11:29 ` Nils Lichtenfeld
2002-05-01 15:35 ` Martin Devera
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.