[patch] remove empty directories (libgo, libstdc++-v3, libgomp)

2012-01-24 Thread Matthias Klose

Ok to remove these three empty directories?

libgo/go/exp/template
libstdc++-v3/testsuite/30_threads/condition_variable_any/requirements
libgomp/config/linux/arm


Re: [patch] remove empty directories (libgo, libstdc++-v3, libgomp)

2012-01-24 Thread Jonathan Wakely
On 24 January 2012 11:31, Matthias Klose wrote:
 Ok to remove these three empty directories?

 libgo/go/exp/template
 libstdc++-v3/testsuite/30_threads/condition_variable_any/requirements
 libgomp/config/linux/arm

OK for the libstdc++ dir, I should have removed it in rev 180454

Thanks.


Re: [patch] remove empty directories (libgo, libstdc++-v3, libgomp)

2012-01-24 Thread Jakub Jelinek
On Tue, Jan 24, 2012 at 12:31:46PM +0100, Matthias Klose wrote:
 Ok to remove these three empty directories?
 
 libgo/go/exp/template
 libstdc++-v3/testsuite/30_threads/condition_variable_any/requirements
 libgomp/config/linux/arm

The libgomp one only if you also remove linux/arm path from
libgomp/configure.tgt.  Patch preapproved.

Jakub