From: php-coder <php-coder@altlinux.ru> To: ALT Devel discussion list <devel@lists.altlinux.org> Subject: Re: [devel] Проблема с hasher Date: Sat, 12 Nov 2005 20:32:24 +0600 Message-ID: <20051112143224.GA5426@mycomp.mydomain> (raw) In-Reply-To: <4375CBF8.3000708@mail.ru> --- Vadim V. Zhytnikov 2005-11-12 14:03:20 +0300 +++ php-coder 2005-11-12 20:27:35 +0600 VVZ> %ifarch %ix86 VVZ> %define BUILD_GCL 1 VVZ> %define BUILD_CLISP 1 VVZ> %define BUILD_SBCL 1 VVZ> %define BUILD_CMUCL 0 VVZ> %else VVZ> %define BUILD_GCL 1 VVZ> %define BUILD_CLISP 1 VVZ> %define BUILD_SBCL 0 VVZ> %define BUILD_CMUCL 0 VVZ> %endif Я вот взглянул на это и сразу подумал: если меняется только BUILD_SBCL, то зачем такое условие? Так было бы проще: %define BUILD_GCL 1 %define BUILD_CLISP 1 %define BUILD_CMUCL 0 %ifarch %ix86 %define BUILD_SBCL 1 %else %define BUILD_SBCL 0 %endif -- + php-coder + php-coder[at]altlinux[dot]ru
next prev parent reply other threads:[~2005-11-12 14:32 UTC|newest] Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top 2005-11-12 11:03 Vadim V. Zhytnikov 2005-11-12 13:22 ` Dmitry V. Levin 2005-11-12 14:02 ` Vadim V. Zhytnikov 2005-11-12 14:32 ` php-coder [this message] 2005-11-12 15:12 ` Vadim V. Zhytnikov 2005-11-13 17:40 ` [devel] " Michael Shigorin 2005-11-13 21:36 ` Vadim V. Zhytnikov 2005-11-13 21:41 ` Dmitry V. Levin 2005-11-13 22:09 ` Alexey Gladkov 2005-11-13 22:57 ` [devel] Проблема с incominger Dmitry V. Levin 2005-11-13 23:47 ` Mikhail Zabaluev 2005-11-14 0:03 ` Dmitry V. Levin 2005-11-14 0:16 ` Alexey Gladkov 2005-11-14 0:23 ` Dmitry V. Levin 2005-11-14 1:29 ` Alexey Gladkov 2005-11-15 9:32 ` Alexey Borovskoy 2005-11-14 0:49 ` Mikhail Zabaluev 2005-11-14 0:59 ` Dmitry V. Levin 2005-11-14 11:37 ` Anton D. Kachalov 2005-11-14 0:02 ` Alexey Gladkov 2005-11-14 0:10 ` Dmitry V. Levin 2005-11-14 0:46 ` Alexey Gladkov 2005-11-14 0:56 ` Dmitry V. Levin 2005-11-14 1:10 ` Alexey Gladkov 2005-11-14 11:47 ` Anton D. Kachalov 2005-11-14 9:39 ` Alexey Gladkov 2005-11-15 13:21 ` [devel] Re: Проблема с hasher Michael Shigorin
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=20051112143224.GA5426@mycomp.mydomain \ --to=php-coder@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