| To: | David Daney <ddaney.cavm@gmail.com> |
|---|---|
| Subject: | Re: [PATCH RFC 3/5] kbuild/extable: Hook up sortextable into the build system. |
| From: | Michal Marek <mmarek@suse.cz> |
| Date: | Sun, 20 Nov 2011 14:45:16 +0100 |
| Cc: | linux-mips@linux-mips.org, ralf@linux-mips.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-embedded@vger.kernel.org, x86@kernel.org, David Daney <david.daney@cavium.com> |
| In-reply-to: | <1321645068-20475-4-git-send-email-ddaney.cavm@gmail.com> |
| References: | <1321645068-20475-1-git-send-email-ddaney.cavm@gmail.com> <1321645068-20475-4-git-send-email-ddaney.cavm@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111105 Thunderbird/8.0 |
On 18.11.2011 20:37, David Daney wrote: > + $(if $(CONFIG_BUILDTIME_EXTABLE_SORT), \ > + $(Q)$(if $($(quiet)cmd_sortextable), \ > + echo ' $($(quiet)cmd_sortextable) vmlinux' &&) \ > + $(cmd_sortextable) vmlinux) Why do you opencode $(call cmd,sortextable) here? Michal |
| Previous by Date: | Re: [patch] mips, mm: avoid using HPAGE constants without CONFIG_HUGETLB_PAGE, Hillf Danton |
|---|---|
| Next by Date: | Re: [PATCH] MIPS: ath79: Use kmemdup rather than duplicating its implementation, Gabor Juhos |
| Previous by Thread: | [PATCH RFC 3/5] kbuild/extable: Hook up sortextable into the build system., David Daney |
| Next by Thread: | Re: [PATCH RFC 3/5] kbuild/extable: Hook up sortextable into the build system., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |