
|
[openbeos]
||
[Date Prev]
[03-2004 Date Index]
[Date Next]
||
[Thread Prev]
[03-2004 Thread Index]
[Thread Next]
[openbeos] Re: Speeding up a partial build
- From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Mon, 01 Mar 2004 14:13:53 +0100 CET
Ingo Weinhold <bonefish@xxxxxxxxxxxxxxx> wrote:
> > If the AddResources rule annoys you that it can't build "rc", you
> > can
> > safely remove the dependency in the Jamrules file if you've already
> > build it once.
> > Change line 975 of current/Jamrules to:
> > Depends $(1) : $(2) ; #rc ;
> >
> > That's it. Hope that saves you some minutes over the development of
> > R1
> > :)
> >
> > Just keep in mind that you can't or shouldn't always use it; use it
> > only when you know that it must work.
> Just to add a warning: The plain jam is officially supported to work
> only
> when run in the root directory of our tree. It may work in certain
> subdirectories and if it does it will probably be faster, but you use
> it
> that way on your own risk.
And I have to add that "rc" also needs to be in your path, so you have
to copy (not move) it to, for example, /boot/home/config/bin.
Bye,
Axel.
|

|