From owner-freebsd-current Sat Jun 22 13:49:00 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA08195 for current-outgoing; Sat, 22 Jun 1996 13:49:00 -0700 (PDT) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA08188 for ; Sat, 22 Jun 1996 13:48:57 -0700 (PDT) Received: from campa.panke.de (anonymous231.ppp.cs.tu-berlin.de [130.149.17.231]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id WAA15865; Sat, 22 Jun 1996 22:42:03 +0200 Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id WAA07315; Sat, 22 Jun 1996 22:20:09 +0200 Date: Sat, 22 Jun 1996 22:20:09 +0200 From: Wolfram Schneider Message-Id: <199606222020.WAA07315@campa.panke.de> To: Andreas Klemm Cc: current@freebsd.org Subject: Re: Wanted: Testers for an alternate to /usr/obj (as we know it). In-Reply-To: References: <24932.835409971@time.cdrom.com> Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Andreas Klemm writes: >Do your changes make now or in future possible, to compile the >source tree totally independend from the files in /usr/include >and /usr/share/mk and such, that would allow to compile every >wanted OS Release independently from what is installed in the system.. use chroot(1), this protect your /usr/include etc. >A make world could be made in single user mode and a make install >in single user mode would allow to copy the programs into the >system areas ... That would be great ... Why single user mode? Wolfram