Subject: Re: xine xlib problem
To: Lubos Vrbka <shnek@tiscali.cz>
From: Wouter Klouwen <dublet@dublet.org>
List: netbsd-users
Date: 08/05/2004 12:25:45
Lubos Vrbka(shnek@tiscali.cz) said 2004.08.05 12:00:33 +0000:
> >If you use "./build.sh -x" it will also build XFree86 for you.
> is there any way how to build only XFree86? i don't want to build the 
> whole system again... (i did it yesterday)... build.sh -x requires at 
> least something... i cannot find any switch to force it to build x only...

Well, if you built it yesterday, and you still have all the object files
hanging around, use the -u switch (updating). This prevents build.sh from
removing all that hard work it did on the very same tree just a few hours
ago, so it'll proceed to just build X (after it has rebuilt the tools
anyway).

	Wouter