From: Alexander Turenko <alexander.turenko@tarantool.org> To: Vladimir Davydov <vdavydov.dev@gmail.com> Cc: Alexander Turenko <alexander.turenko@tarantool.org>, Vladislav Shpilevoy <v.shpilevoy@tarantool.org>, tarantool-patches@freelists.org Subject: [PATCH 2/2] uri: fix uri.c generation command (make ragel) Date: Wed, 27 Feb 2019 14:17:40 +0300 [thread overview] Message-ID: <8fed912c8bb6ba7a25064b962f21a07f3eea4a27.1551265971.git.alexander.turenko@tarantool.org> (raw) In-Reply-To: <cover.1551265971.git.alexander.turenko@tarantool.org> This is follow up of the following commit: commit d735b6bfb18ed5cdaa020f247326dfcfd72d47b4 Author: Vladislav Shpilevoy <v.shpilevoy@tarantool.org> Date: Mon Feb 25 18:21:36 2019 +0300 Move 'uri' lib to src/lib/ URI and core libraries are going to be used by SWIM, stored in src/lib. But src/lib can not depend on src/. This patch pushes URI library down to src/lib - the lowest level of source dependencies. Needed for #3234 --- src/lib/uri/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/uri/CMakeLists.txt b/src/lib/uri/CMakeLists.txt index f0913b7b4..96410e5bf 100644 --- a/src/lib/uri/CMakeLists.txt +++ b/src/lib/uri/CMakeLists.txt @@ -1,6 +1,6 @@ add_custom_target(ragel WORKING_DIRECTORY ${CMAKE_BINARY_DIR} - COMMAND ragel -G2 src/uri.rl -o src/uri.c) + COMMAND ragel -G2 src/lib/uri/uri.rl -o src/lib/uri/uri.c) if (CC_HAS_WNO_IMPLICIT_FALLTHROUGH) # Suppress noise warnings for autogenerated Ragel code -- 2.20.1
next prev parent reply other threads:[~2019-02-27 11:17 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-02-27 11:17 [PATCH 0/2] uri: fixups after move to lib Alexander Turenko 2019-02-27 11:17 ` [PATCH 1/2] uri: fix uri.c debug info for lcov Alexander Turenko 2019-02-27 11:17 ` Alexander Turenko [this message] 2019-02-27 14:29 ` [tarantool-patches] [PATCH 0/2] uri: fixups after move to lib Vladislav Shpilevoy 2019-02-27 15:48 ` Alexander Turenko 2019-02-27 15:54 ` [tarantool-patches] " Vladislav Shpilevoy 2019-02-27 16:06 ` [tarantool-patches] " Alexander Turenko
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=8fed912c8bb6ba7a25064b962f21a07f3eea4a27.1551265971.git.alexander.turenko@tarantool.org \ --to=alexander.turenko@tarantool.org \ --cc=tarantool-patches@freelists.org \ --cc=v.shpilevoy@tarantool.org \ --cc=vdavydov.dev@gmail.com \ --subject='Re: [PATCH 2/2] uri: fix uri.c generation command (make ragel)' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox