From: Michal Marek Date: Thu, 3 Jun 2010 08:54:58 +0000 (+0200) Subject: Makefile: clarify a comment X-Git-Tag: v2.6.36-rc1~545^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8447161470d0292cc96b4f28f03a8eedb7806e9;p=pandora-kernel.git Makefile: clarify a comment os user writes: From the last comment, arch makefile will override vmlinux. It seems vmlinux will not be checked by `make'. But from my test, although `all:' will be re-defined in arch Makefile (ARM arch), vmlinux will still be checked and the commands associated will be executed. Should we use another word instead of "overridden"? Reported-by: os user Signed-off-by: Michal Marek --- Reading git-diff-tree failed