fix DOC build output to be like kbuild standard
This commit is contained in:
parent
0080ea7992
commit
5f9f1506ad
@ -106,8 +106,10 @@ bigdata: busybox_unstripped
|
|||||||
doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
|
doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
|
||||||
|
|
||||||
# FIXME: Doesn't belong here
|
# FIXME: Doesn't belong here
|
||||||
disp_doc = \
|
cmd_doc =
|
||||||
@$(if $(quiet),echo " DOC $(@F)")
|
quiet_cmd_doc = $(Q)echo " DOC $(@F)"
|
||||||
|
silent_cmd_doc =
|
||||||
|
disp_doc = $($(quiet)cmd_doc)
|
||||||
|
|
||||||
docs/busybox.pod: $(srctree)/docs/busybox_header.pod \
|
docs/busybox.pod: $(srctree)/docs/busybox_header.pod \
|
||||||
$(srctree)/include/usage.h \
|
$(srctree)/include/usage.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user