Re: [opensource-dev] Review Request: CHOP-624 header dependency improvements for build time speedup

2011-05-05 Thread Brad Kittenbrink
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/289/ --- (Updated May 5, 2011, 5:21 p.m.) Review request for Viewer. Changes -

Re: [opensource-dev] Review Request: CHOP-624 header dependency improvements for build time speedup

2011-05-05 Thread Brad Kittenbrink
> On May 4, 2011, 11:36 a.m., Boroondas Gupte wrote: > > indra/newview/llviewerregion.cpp, line 835 > > > > > > Please place spaces around binary operator* . > > Brad Kittenbrink wrote: > sounds good on further t

Re: [opensource-dev] What's the autobuild equivalent to "develop.py clean"?

2011-05-05 Thread Boroondas Gupte
On 05/05/2011 05:37 PM, Ardy Lay wrote: > On 5/5/2011 10:23 AM, Tonya Souther wrote: >> I can't seem to find a way to clean the tree and start a build from >> scratch. I'm chasing a link error where it's complaining about symbols >> that exist elsewhere, and want to make sure that a clean build has

Re: [opensource-dev] What's the autobuild equivalent to "develop.py clean"?

2011-05-05 Thread Ardy Lay
On 5/5/2011 10:23 AM, Tonya Souther wrote: > I can't seem to find a way to clean the tree and start a build from > scratch. I'm chasing a link error where it's complaining about symbols > that exist elsewhere, and want to make sure that a clean build has the > same issue before I spend lots of time

[opensource-dev] What's the autobuild equivalent to "develop.py clean"?

2011-05-05 Thread Tonya Souther
I can't seem to find a way to clean the tree and start a build from scratch. I'm chasing a link error where it's complaining about symbols that exist elsewhere, and want to make sure that a clean build has the same issue before I spend lots of time on it. ___