[OpenAFS-devel] buildbot objdir

Jason Edgecombe jason@rampaginggeek.com
Mon, 21 Feb 2011 19:56:27 -0500


On 02/21/2011 04:22 PM, Andrew Deason wrote:
> Currently we're not catching objdir-related failures in automated
> builds. I would suggest some (but not all) builders be changed to use
> objdir builds, so we have some objdir builds and some regular (having
> all builders do one objdir and one normal build seems excessive). Any
> thoughts?
>
> I'm not sure what the best way to do this is in buildbot, but just from
> the perspective of running shell commands, we could just do...
>
> Instead of './configure', 'make', 'make dest/install', do something
> like:
>
> rm -rf ../objdir ; mkdir ../objdir ; cd ../objdir&&  ../build/configure
>
> cd ../objdir&&  make
>
> cd ../objdir&&  make dest/install
>
comments?