projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0254da0
)
kbuild: silence documentation GEN xml messages according to $(quiet)
author
Mike Frysinger
<
[email protected]
>
Fri, 28 Mar 2008 21:30:58 +0000
(14:30 -0700)
committer
Sam Ravnborg
<
[email protected]
>
Fri, 25 Apr 2008 19:03:20 +0000
(21:03 +0200)
Add rules for gen_xml and its quiet & silent variants. This causes "make -s"
to be silent for gen_xml.
Signed-off-by: Mike Frysinger <
[email protected]
>
Acked-by: Randy Dunlap <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Sam Ravnborg <
[email protected]
>
Documentation/DocBook/Makefile
patch
|
blob
|
history
diff --git
a/Documentation/DocBook/Makefile
b/Documentation/DocBook/Makefile
index b2b6366bba5163628d7d4e4617921dda5d442d0f..83966e94cc32308579b7b6f041c4299fad94fbd5 100644
(file)
--- a/
Documentation/DocBook/Makefile
+++ b/
Documentation/DocBook/Makefile
@@
-187,8
+187,11
@@
quiet_cmd_fig2png = FIG2PNG $@
###
# Rule to convert a .c file to inline XML documentation
+ gen_xml = :
+ quiet_gen_xml = echo ' GEN $@'
+silent_gen_xml = :
%.xml: %.c
- @
echo ' GEN $@'
+ @
$($(quiet)gen_xml)
@( \
echo "<programlisting>"; \
expand --tabs=8 < $< | \