This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] compile: rm -rf -> ftw()+rmdir()+unlink() [Re: [patch] compile: Fix MinGW build]
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: Eli Zaretskii <eliz at gnu dot org>, ktietz at redhat dot com, sellcey at imgtec dot com, brobecker at adacore dot com, yao at codesourcery dot com, gdb-patches at sourceware dot org
- Date: Fri, 19 Dec 2014 01:11:51 +0100
- Subject: Re: [patch] compile: rm -rf -> ftw()+rmdir()+unlink() [Re: [patch] compile: Fix MinGW build]
- Authentication-results: sourceware.org; auth=none
- References: <20141217210144 dot GA26674 at host2 dot jankratochvil dot net> <549206B1 dot 40902 at redhat dot com> <20141218181432 dot GA19996 at host2 dot jankratochvil dot net> <54931BBB dot 3080304 at redhat dot com> <20141218184123 dot GA20422 at host2 dot jankratochvil dot net> <549325FB dot 9040705 at redhat dot com> <20141218210445 dot GA23134 at host2 dot jankratochvil dot net> <83h9wsu0i3 dot fsf at gnu dot org> <20141218212353 dot GA23599 at host2 dot jankratochvil dot net> <54935DE2 dot 5020507 at redhat dot com>
On Fri, 19 Dec 2014 00:06:10 +0100, Pedro Alves wrote:
> Always check gnulib.
As I have described I do not find the obsolete list of OSes too useful, it is
rather waiting for the buildbot.
> > A prerequisite for that is to settle down a list of really supported OSes.
>
> Not necessarily. I see it the other way around. Once buildbot is up
> and running for a while, we can require that either people setup
> buildbot slaves for their favorite host OSs, or the OSs will be considered
> unsupported.
I do not expect this can ever pass GDB global maintainers.
> I've now put it up on the wiki, here:
>
> https://sourceware.org/gdb/wiki/Systems
Yes, that is really useful, waiting for it for so many years, thanks.
Jan