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