X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C76DB1.FC7A7558@onstor-exch02.onstor.net>; Fri, 23 Mar 2007 18:16:01 -0700
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: Change # 23219 makes it easer to do builds on a mightydog partition
Date: Fri, 23 Mar 2007 18:16:01 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E022156BA@onstor-exch02.onstor.net>
In-Reply-To: <20070321173731.799a7b19@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Change # 23219 makes it easer to do builds on a mightydog partition
Thread-Index: AcdsGkb/hp8UCX3jTbWIU+AA9A/h3QBl6LAw
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

Ok it's updated.

Cheers,

L.

-----Original Message-----
From: Andy Sharp=20
Sent: Wednesday, March 21, 2007 5:38 PM
To: Larry Scheer
Subject: Re: Change # 23219 makes it easer to do builds on a mightydog
partition

Hi Larry,

Please update the wiki with this information.  A good place would
probably would be

http://wiki/wiki/So_you_just_started#Building_NFX_tree

Thanks,

a


On Wed, 21 Mar 2007 17:16:13 -0700 "Larry Scheer"
<larry.scheer@onstor.com> wrote:

> I just submitted change # 23219 which updates the file:
> nfx-tree/Tools/defs.mk.
>=20
> I made a change to this file which should make building with your
> nfx-tree on mightydog a bit easier.
>=20
> Previously if your build directory was on mightydog (or another NFS
> partition with no_root_squash) you needed to do something like this to
> get a successful build:
>=20
> make SUDO=3D BINOWN=3D$USER BINGRP=3Dsoftware dgb-bc (or whatever)
> or even:
> make SUDO=3D BINOWN=3D$USER BINGRP=3Dsoftware WEBOWN=3D$USER =
WEBGRP=3Dsoftware
> dbg-bc (or whatever)
>=20
> The change I made now allows you to just type:
>=20
> make SUDO=3D  dbg-bc (or whatever)
>=20
> The macros BINOWN and WEBOWN will be set to $USER for you. BINGRP and
> WEBGRP will be set to software. This will happen  as long as the
> variable (aka make macro) SUDO is set to the empty string. You can set
> SUDO to null either on the command line as shown or in your
> environment. By the way, $USER is set by the shell to be your login
> name.
>=20
> If you previously had these variables set in your environment or used
> an alias which set these  make macros, the values you gave will still
> be used.=20
>=20
> However you still cannot do a"make release" if your Build directory is
> on mightydog.
>=20
> So don't even think about it.
>=20
> Thanks for listening,
>=20
> Larry
