Re: PATCH RFA: Correct toplevel configury

2011-07-26 Thread Paolo Bonzini
On 07/26/2011 08:00 PM, Ian Lance Taylor wrote: Ping. On Thu, Jul 21, 2011 at 11:20 PM, Ian Lance Taylor wrote: One of my recent patches broke the toplevel configury. I moved a test of $configdirs to a point before nonexistent directories have been removed from configdirs. The test was for w

Re: PATCH RFA: Correct toplevel configury

2011-07-26 Thread Ian Lance Taylor
Ping. On Thu, Jul 21, 2011 at 11:20 PM, Ian Lance Taylor wrote: > One of my recent patches broke the toplevel configury.  I moved a test > of $configdirs to a point before nonexistent directories have been > removed from configdirs.  The test was for whether gcc is being > configured.  The test i

PATCH RFA: Correct toplevel configury

2011-07-21 Thread Ian Lance Taylor
One of my recent patches broke the toplevel configury. I moved a test of $configdirs to a point before nonexistent directories have been removed from configdirs. The test was for whether gcc is being configured. The test is fine in the gcc repository, but not in the src repository. This patch f