aboutsummaryrefslogtreecommitdiff
path: root/Makefile.custom
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-03-30 05:26:34 +0000
committerMike Frysinger <vapier@gentoo.org>2009-03-30 05:26:34 +0000
commit5f9f1506ad298c94e816780a3e2d5692d002fb81 (patch)
tree5a67d178d210222824e4d9d128bdf8626cd44006 /Makefile.custom
parent0080ea7992c4c0236ff58497e6342cbe4aafc0c3 (diff)
downloadbusybox-5f9f1506ad298c94e816780a3e2d5692d002fb81.tar.gz
fix DOC build output to be like kbuild standard
Diffstat (limited to 'Makefile.custom')
-rw-r--r--Makefile.custom6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.custom b/Makefile.custom
index 140ff45c2..d9a2367ab 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -106,8 +106,10 @@ bigdata: busybox_unstripped
doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
# FIXME: Doesn't belong here
-disp_doc = \
- @$(if $(quiet),echo " DOC $(@F)")
+ cmd_doc =
+ quiet_cmd_doc = $(Q)echo " DOC $(@F)"
+silent_cmd_doc =
+disp_doc = $($(quiet)cmd_doc)
docs/busybox.pod: $(srctree)/docs/busybox_header.pod \
$(srctree)/include/usage.h \