From: Sergey Vlasov <vsu@altlinux.ru> To: ALT Linux Kernel Development <devel-kernel@altlinux.ru> Subject: [d-kernel] Re: kernel-macros Date: Wed, 17 Dec 2003 23:48:41 +0300 Message-ID: <20031217204841.GB1932@sirius.home> (raw) In-Reply-To: <20031217180306.GO18870@master.mivlgu.local> [-- Attachment #1: Type: text/plain, Size: 955 bytes --] On Wed, Dec 17, 2003 at 09:03:06PM +0300, Sergey Vlasov wrote: > Исправил ещё раз ;) [skip] > %source() Source%1: %2 %global _src_list %_src_list %2 > %source_kver() Source%1: %3 %global _src_list %_src_list %2/%3 Видимо, %source_kver теперь стоит переименовать; этот макрос теперь решает более общую задачу - позволяет устанавливать файлы в любой подкаталог каталога с патчами (возможна даже многоуровневая вложенность). Либо можно внести эту функциональность непосредственно в %source, сделав параметр, указывающий путь, необязательным. Правда, в этом случае он окажется в конце - т.е. получится что-то вроде %source 42 42_something.patch 00_common Хотя можно извернуться и сделать необязательный параметр в середине ;) Ещё один вариант - добавить в %source обработку опций: %source(d:) Source%1: %2 %global _src_list %_src_list %{-d:%{-d*}/}%2 Тогда это может выглядеть как %source 42 -d 00_common 42_something.patch И что из этого лучше? [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next parent reply other threads:[~2003-12-17 20:48 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2003-12-17 20:48 ` Sergey Vlasov [this message] 2003-12-18 8:38 ` Ed V. Bartosh 2003-12-18 10:37 ` Aleksey Avdeev
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=20031217204841.GB1932@sirius.home \ --to=vsu@altlinux.ru \ --cc=devel-kernel@altlinux.ru \ /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 kernel packages development This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/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-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \ devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com public-inbox-index devel-kernel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git