Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2002 13:35:09 -0600
From:      David Kelly <dkelly@HiWAAY.net>
To:        "Michael C. Cambria" <cambria@fid4.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Can FreeBSD for Soekris be built this way?
Message-ID:  <200212301335.09510.dkelly@HiWAAY.net>
In-Reply-To: <3E1096DB.C8140A9C@fid4.com>
References:  <3E1096DB.C8140A9C@fid4.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 30 December 2002 12:56 pm, Michael C. Cambria wrote:
>
> - On a stable system, cvsup a different release (e.g. 5.0 -current)
> into say, /soekris/usr/src.

Why not ~/soekris. Place it in your own home directory under soekris.

> - build everything, setting (if needed?) DESTDIR to somewhere in
> /soekris and MAKEOBJDIRPREFIX=/soekris/usr/obj

If you can write to /usr/obj/ then buildworld will use /usr/obj/ as the 
prefix and continue with the full path to the sources you are builing. 
Normally you end up with a /usr/obj/usr/src/.... but if you put the 
sources in your own home directory should get something like:
/usr/obj/home/dkelly/soekris/src/...

Speaking of which, you know you can buildworld as a mere mortal if you 
can write to $DESTDIR? No need to be root until installworld.

-- 
David Kelly N4HHE, dkelly@hiwaay.net
=====================================================================
The human mind ordinarily operates at only ten percent of its
capacity -- the rest is overhead for the operating system.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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