From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp54.i.mail.ru (smtp54.i.mail.ru [217.69.128.34]) (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 33B104696C3 for ; Tue, 14 Apr 2020 10:47:50 +0300 (MSK) Date: Tue, 14 Apr 2020 10:47:46 +0300 From: Kirill Yukhin Message-ID: <20200414074746.jtuqtqjyg3wqxana@tarantool.org> References: <8e8db7f255a855c585245c288414ceb097576e07.1586783231.git.lvasiliev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <8e8db7f255a855c585245c288414ceb097576e07.1586783231.git.lvasiliev@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH V4] Add the chdir option for make List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leonid Vasiliev Cc: yaroslav.dynnikov@tarantool.org, tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org Hello, On 13 Apr 16:09, Leonid Vasiliev wrote: > Flag --chdir for make command (with help) has been added. > It's add possibility to specify a source directory of the rock when make. > --- > > https://github.com/tarantool/tarantool/issues/4629 > https://github.com/tarantool/luarocks/tree/lvasiliev/gh-4629-add-chdir-to-make > See corresponding patch for tarantoolctl > (https://github.com/tarantool/tarantool/tree/lvasiliev/gh-4629-forward-flags) I've checked your patch in to tarantool/luarocks repo and bumped new version of luarocks in master branch. -- Regards, Kirill Yukhin