Subject: Re: what's the way to build X now?
To: Hisashi T Fujinaka <htodd@twofifty.com>
From: Luke Mewburn <lukem@NetBSD.org>
List: current-users
Date: 10/03/2003 11:19:12
On Thu, Oct 02, 2003 at 05:28:58PM -0700, Hisashi T Fujinaka wrote:
  | What I've been doing is:
  | cd /usr/obj; lndir /usr/xsrc; sudo env UPDATE=1 make build
  | 
  | I see lots of stuff in the /usr/src tree. Is there a way to build X
  | using the build script?

Not yet.

If you don't need an XFree86 Xserver (i.e, programs/hw/xfree86),
you may have success with:
	cd /usr/src/x11
	$TOOLDIR/bin/nbmake-$MACHINE build
after "./build.sh build" in /usr/src.
(The latter "make" is the "makewrapper" that build.sh creates.)