From owner-freebsd-hackers Mon Jul 27 15:16:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22681 for freebsd-hackers-outgoing; Mon, 27 Jul 1998 15:16:18 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from gatekeeper.ray.com (gatekeeper.ray.com [138.125.162.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22594 for ; Mon, 27 Jul 1998 15:15:58 -0700 (PDT) (envelope-from moncrg@bt340707.res.ray.com) Received: (mailer@localhost) by gatekeeper.ray.com (8.8.7/8.8.7) id SAA26207 for ; Mon, 27 Jul 1998 18:00:52 -0400 Received: from bt340707.res.ray.com/138.125.142.35() by gatekeeper.ray.com id sma.901560897.008515; Mon Jul 27 13:34:57 1998 Received: from bt340707.res.ray.com (localhost [127.0.0.1]) by bt340707.res.ray.com (8.8.7/8.8.7) with ESMTP id NAA17542 for ; Mon, 27 Jul 1998 13:28:59 -0500 (EST) (envelope-from moncrg@bt340707.res.ray.com) Message-ID: <35BCC6EA.179D01F@bt340707.res.ray.com> Date: Mon, 27 Jul 1998 13:28:58 -0500 From: "Gregory D. Moncreaff" X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: hackers Subject: how to make buildworld as ordinary user with OBJRIR/MAKEOBJDIRPREFIX? Content-Type: multipart/alternative; boundary="------------2758CCCC0F257077B4928745" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------2758CCCC0F257077B4928745 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit the problem is that it wants to install the bootstrap/tools as bin.bin.555, etc, which an unpriveledged user can't do.... is there a way to override the tools BINOWN, BINGRP for buildworld in a way that doesn't muck it up for installworld? can MK_FLAGS be used for this? MK_FLAGS += BINOWN=`whoami` BINGRP=`whoami` -- Greg Moncreaff, Senior Software Engineer, CNS/ATN Raytheon Systems Company, Mailstop 2.2.2507 Raytheon 1001 Boston Post Road East, Marlboro, MA 01752 USA 508.490.2048, 508.490.2086 fax -- Disclaimer: "this is my personal opinion and not that of my employer" --------------2758CCCC0F257077B4928745 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit the problem is that it wants to install the bootstrap/tools as bin.bin.555, etc, which an
unpriveledged user can't do....

is there a way to override the tools BINOWN, BINGRP for buildworld in a
way that doesn't muck it up for installworld?

can MK_FLAGS be used for this?
MK_FLAGS += BINOWN=`whoami` BINGRP=`whoami`

-- 
                Greg Moncreaff, Senior Software Engineer, CNS/ATN
                Raytheon Systems Company, Mailstop 2.2.2507
Raytheon        1001 Boston Post Road East, Marlboro, MA 01752 USA
                508.490.2048, 508.490.2086 fax
--
Disclaimer: "this is my personal opinion and not that of my employer"
  --------------2758CCCC0F257077B4928745-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message