
|
[haiku-development]
||
[Date Prev]
[01-2008 Date Index]
[Date Next]
||
[Thread Prev]
[01-2008 Thread Index]
[Thread Next]
[haiku-development] Re: The status of getting a compiler running
- From: Ingo Weinhold <ingo_weinhold@xxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Thu, 31 Jan 2008 00:59:15 +0100
On 2008-01-30 at 22:44:20 [+0100], Urias McCullough <umccullough@xxxxxxxxx>
wrote:
> On 30/01/2008, Rene Gollent <anevilyak@xxxxxxxxx> wrote:
> >
> > On a loosely related note, how hard would it be to make the
> > update-image target be able to update everything instead of specifying
> > one target at a time? Especially when building to a partition from
> > Linux it'd be nice to not have to wipe the target every time.
>
> I think that's what the HAIKU_DONT_CLEAR_IMAGE = 1 flag is for, no?
Nope, that only doesn't zero out the image (useful mainly for real
partitions).
Setting HAIKU_INCLUDE_IN_IMAGE should do what Rene is looking for, i.e.:
HAIKU_INCLUDE_IN_IMAGE=1 jam -q update-image
Note that this doesn't work for the VMware image, due to the way it is built.
CU, Ingo
|

|