git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38dbfb5
)
kbuild: specify build_docproc as a phony target
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Mon, 20 Jan 2014 05:08:08 +0000
(14:08 +0900)
committer
Michal Marek
<mmarek@suse.cz>
Fri, 14 Mar 2014 16:44:17 +0000
(17:44 +0100)
PHONY target is more suitable for "build_docproc" target.
Because PHONY targets are always executed, they do not
have to take FORCE as a prerequisite.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
No differences found