From: "Илья Евсеев" <ilya_evseev@mail.ru> To: devel@altlinux.ru Subject: [devel] %def_enable qwe-rty Date: Wed, 19 Oct 2005 21:11:13 +0400 Message-ID: <E1ESHT7-000AF3-00.ilya_evseev-mail-ru@f25.mail.ru> (raw) Всем привет. Допустим, configure опакечиваемой софтины принимает параметр --enable-dummy-wrapper. Соответственно, мне надо написать что-то вроде: %def_enable dummy-wrapper %configure %{subst_enable dummy-wrapper} Естественно, это не срабатывает, потому что имя макроса содержит минус. Существуют ли какие-нибудь решения? Пока на ум приходит только такой вариант: %def_enable dummy_wrapper %define tr_ %(echo %1 | tr -- '_' '-') %configure %{tr_ %{subst_enable dummy_wrapper}} Если этот вариант наименее крив, то не требуется ли %expand в определении tr_? Если требуется, то как будет выглядеть окончательный вариант? С уважением, Илья Евсеев
next reply other threads:[~2005-10-19 17:11 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2005-10-19 17:11 Илья Евсеев [this message] 2005-10-19 17:40 ` Dmitry V. Levin
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=E1ESHT7-000AF3-00.ilya_evseev-mail-ru@f25.mail.ru \ --to=ilya_evseev@mail.ru \ --cc=devel@altlinux.ru \ --cc=devel@lists.altlinux.org \ /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
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git