Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Nov 1995 23:04:39 GMT
From:      Mark Valentine <mark@linus.demon.co.uk>
To:        rkw@dataplex.net (Richard Wackerbarth), Terry Lambert <terry@lambert.org>
Cc:        current@freebsd.org, root@deadline.snafu.de, hackers@freebsd.org
Subject:   Re: LKM's still wont compile in -current
Message-ID:  <199511122304.XAA00478@linus.demon.co.uk>
In-Reply-To: Richard Wackerbarth's message of Nov 11,  4:34pm

next in thread | raw e-mail | index | archive | help
> From: rkw@dataplex.net (Richard Wackerbarth)
> Date: Sat 11 Nov, 1995
> Subject: Re: LKM's still wont compile in -current

> Now can I sell "you" (the holdouts, not you Terry) on getting rid of the
> absolute paths?
> EVERYTHING needs to be referenced relative to the ROOT of the build tree.
> SRC, OBJ location, TOOLS, INCludes, MKfiles, etc. EVERYTHING.

I'd draw a line below EVERYTHING, at least for initial bootstrapping.

I'd separate out some of the tools, like the compiler and make, just
documenting which versions you need to have installed in the host environment
to build for your target (point src/make.conf at them if they're not in the
standard locations).  If you need to, you build the tools you need as part of
bootstrapping your build environment.

Some stuff, like config, will always be used from the build tree, though.

		Mark.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511122304.XAA00478>