From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp48.i.mail.ru (smtp48.i.mail.ru [94.100.177.108]) (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 7F3F8445320 for ; Mon, 27 Jul 2020 16:59:57 +0300 (MSK) Date: Mon, 27 Jul 2020 16:59:01 +0300 From: Alexander Turenko Message-ID: <20200727135901.kqhk36o7stzbdx7h@tkn_work_nb> References: <399780ef271d5d9e709492cb62513020d40b77a5.1595251993.git.tsafin@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline 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 LGTM. CCed Kirill. WBR, Alexander Turenko. On Mon, Jul 20, 2020 at 04:41:24PM +0300, Timur Safin wrote: > box: remove unnecessary bootsrap. file Typo: bootsrap. -> bootstrap. > > `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