From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id CF7E1222F4 for ; Sun, 22 Apr 2018 01:01:49 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bolmtZDRqyQr for ; Sun, 22 Apr 2018 01:01:49 -0400 (EDT) Received: from smtp61.i.mail.ru (smtp61.i.mail.ru [217.69.128.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 306F3222F2 for ; Sun, 22 Apr 2018 01:01:48 -0400 (EDT) Date: Sun, 22 Apr 2018 08:01:43 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2] Remove autogenerated files Message-ID: <20180422050143.twik35sqwd77qdot@tarantool.org> References: <20180417085810.bkmbzcpsk4w2gvao@tarantool.org> <0dfe7c43b84ef6546be4c309e54e8dc990b5dc58.1524047315.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <0dfe7c43b84ef6546be4c309e54e8dc990b5dc58.1524047315.git.alexander.turenko@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: Alexander Turenko Cc: Nikita Pettik , tarantool-patches@freelists.org Hello Alex! On 18 апр 14:45, Alexander Turenko wrote: > Rewrote TCL scripts as posix shell ones, enabled SQL_MAINTAINER_MODE > commands unconditionally. > > Rewrote cmake targets to generate those files in a build directory > instead of the source directory. > > Fixes #3183. I've checked in your changes to 2.1 branch. -- Regard, Kirill Yukhin