[cfe-commits] r113814 - /cfe/trunk/test/CodeGen/statements.c
Jakob Stoklund Olesen
stoklund at 2pi.dk
Mon Sep 13 17:23:01 PDT 2010
On Sep 13, 2010, at 4:47 PM, Chris Lattner wrote:
>
> On Sep 13, 2010, at 4:42 PM, Jakob Stoklund Olesen wrote:
>
>>
>> On Sep 13, 2010, at 4:35 PM, Douglas Gregor wrote:
>>
>>>
>>> On Sep 13, 2010, at 4:33 PM, Eric Christopher wrote:
>>
>>>> Because the file is already there and we want to get rid of it :)
>>>
>>> How amusing.
>>
>> The fundamental issue is that our build bots are not properly cleaning their source directories before a build.
>>
>> This is apparently not so easy to do without a full svn checkout each time.
>
> svn status | someperlscript ?
>
> :)
Yep, that should do it. (You may even want 'svn status --no-ignore')
My wonderful fix even needs to go through two buildbot builds before it goes green.
Here is the first pass: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/4338
Next time around it'll work.
More information about the cfe-commits
mailing list