| To: | Michal Marek <mmarek@suse.cz> |
|---|---|
| Subject: | Re: [PATCH RFC 3/5] kbuild/extable: Hook up sortextable into the build system. |
| From: | David Daney <ddaney.cavm@gmail.com> |
| Date: | Tue, 22 Nov 2011 13:38:37 -0800 |
| Cc: | David Daney <ddaney.cavm@gmail.com>, "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>, "ralf@linux-mips.org" <ralf@linux-mips.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, "linux-arch@vger.kernel.org" <linux-arch@vger.kernel.org>, "linux-embedded@vger.kernel.org" <linux-embedded@vger.kernel.org>, "x86@kernel.org" <x86@kernel.org>, David Daney <david.daney@cavium.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=OTe1NWb5ZLVGTGRj6kNzFlDGFs/jCu0XfzAVsuE7CTY=; b=kFUTdGFvRFJQzLQJ175Q85kgnJ31WYjyduNbWSKInCmff8kuKS7drlylzHWpGzHtab kaIZGwd4UYEJK9Y9dgEFKGPfJcEyBURoOF3XO6YBwK1xZq+fXFVWj/Rkyiiw7h4G9V5y M8LeB6tNFUzBLiqelhnQuRvxKy1uL32eIXgNY= |
| In-reply-to: | <4EC9046C.3050708@suse.cz> |
| References: | <1321645068-20475-1-git-send-email-ddaney.cavm@gmail.com> <1321645068-20475-4-git-send-email-ddaney.cavm@gmail.com> <4EC9046C.3050708@suse.cz> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10 |
On 11/20/2011 05:45 AM, Michal Marek wrote: 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? Mostly just mimicking the other code in the vicinity. I will try to improve it in the next version of the patch. Thanks, David Daney |
| Previous by Date: | Re: [patch] hugetlb: remove dummy definitions of HPAGE_MASK and HPAGE_SIZE, Andi Kleen |
|---|---|
| Next by Date: | [PATCH 00/12] MIPS: ath79: AR724X PCI fixes and AR71XX PCI support, Gabor Juhos |
| Previous by Thread: | Re: [PATCH RFC 3/5] kbuild/extable: Hook up sortextable into the build system., Michal Marek |
| Next by Thread: | [PATCH RFC 2/5] extable: Skip sorting if sorted at build time., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |