From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp36.i.mail.ru (smtp36.i.mail.ru [94.100.177.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 85E23445320 for ; Tue, 28 Jul 2020 19:03:08 +0300 (MSK) Date: Tue, 28 Jul 2020 19:03:07 +0300 From: Kirill Yukhin Message-ID: <20200728160307.7iuba4sq2c23s5w7@tarantool.org> References: <399780ef271d5d9e709492cb62513020d40b77a5.1595251993.git.tsafin@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <399780ef271d5d9e709492cb62513020d40b77a5.1595251993.git.tsafin@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] box: remove unnecessary bootsrap. file List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Timur Safin Cc: tarantool-patches@dev.tarantool.org, alexander.turenko@tarantool.org Hello, On 20 июл 16:41, Timur Safin wrote: > `src/box/boostrap.` file (please pay attendtion to the trailing dot) is > preventing checkout of Tarantool sources on some file-systems > (i.e. Windows NTFS) which disallow creations of such files. > > The funny story is - this file is unnecessary for the build process > and might be easily deleted. > > Closes #4781 > --- > Branch: https://github.com/tarantool/tarantool/tree/tsafin/gh-4781-delete-bootstrap-dot > Issue: https://github.com/tarantool/tarantool/issues/4781 This is obvious. Checked into 2.4, 2.5 and master. -- Regards, Kirill Yukhin