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?
_______________________________________________
OpenAFS-devel mailing list
OpenAFS-devel@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to