Date: Mon, 27 Jul 1998 13:28:58 -0500 From: "Gregory D. Moncreaff" <moncrg@bt340707.res.ray.com> To: hackers <freebsd-hackers@FreeBSD.ORG> Subject: how to make buildworld as ordinary user with OBJRIR/MAKEOBJDIRPREFIX? Message-ID: <35BCC6EA.179D01F@bt340707.res.ray.com>
next in thread | raw e-mail | index | archive | help
--------------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 <HTML> the problem is that it wants to install the bootstrap/tools as bin.bin.555, etc, which an <BR>unpriveledged user can't do.... <P>is there a way to override the tools BINOWN, BINGRP for buildworld in a <BR>way that doesn't muck it up for installworld? <P>can MK_FLAGS be used for this? <BR>MK_FLAGS += BINOWN=`whoami` BINGRP=`whoami` <PRE>-- 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"</PRE> </HTML> --------------2758CCCC0F257077B4928745-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35BCC6EA.179D01F>