From: Warren Young Date: December 17 2007 2:11pm Subject: Re: patch for bootstrap script List-Archive: http://lists.mysql.com/plusplus/7265 Message-Id: <476683AA.8010003@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Jonathan Wakely wrote: > Should bootstrap be patched like so? Hmmm, sh logic doesn't work like I thought, apparently. What we have here is a mix of things which must succeed and things which don't have to. Your version makes one of the latter mandatory, which can make it fail unnecessarily. I've checked in something that should have the effect you want. Can you try it on your bakefile-less system? I'd rather not remove Bakefile here just to test that it fails gracefully on such a system.