On Sun, Nov 22, 2009 at 1:43 PM, Antoine Labour <pi...@google.com> wrote:
> On Sun, Nov 22, 2009 at 1:35 PM, Adam Langley <a...@chromium.org> wrote:
>>
>> On Sun, Nov 22, 2009 at 1:23 PM, hap 497 <hap...@gmail.com> wrote:
>> > Can you please tell me how can I remove all .o after the build?
>> > I tried 'make clean', but it said there is no 'clean' target'.
>>
>> % find out -type f -name "*.o" | xargs rm
>
> Note that all .o go into the build directory, 'out', that you can simply
> wipe.

I would LGTM a gyp patch that aliases "make clean" to "rm -rf out".

-- 
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to