diff options
author | Michal Marek <mmarek@suse.cz> | 2010-06-03 04:54:58 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-06-03 04:54:58 -0400 |
commit | c8447161470d0292cc96b4f28f03a8eedb7806e9 (patch) | |
tree | 20a83b77c05944ffa4fc6548b1aaf7af3685ddeb | |
parent | 03b550d3f9faf912d935ea310363e8e96d3aeeea (diff) |
Makefile: clarify a comment
os user <gnusercn@gmail.com> 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 <gnusercn@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -526,7 +526,7 @@ endif # $(dot-config) | |||
526 | # The all: target is the default when no target is given on the | 526 | # The all: target is the default when no target is given on the |
527 | # command line. | 527 | # command line. |
528 | # This allow a user to issue only 'make' to build a kernel including modules | 528 | # This allow a user to issue only 'make' to build a kernel including modules |
529 | # Defaults vmlinux but it is usually overridden in the arch makefile | 529 | # Defaults to vmlinux, but the arch makefile usually adds further targets |
530 | all: vmlinux | 530 | all: vmlinux |
531 | 531 | ||
532 | ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE | 532 | ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE |