diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-03-30 05:26:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-03-30 05:26:34 +0000 |
commit | 5f9f1506ad298c94e816780a3e2d5692d002fb81 (patch) | |
tree | 5a67d178d210222824e4d9d128bdf8626cd44006 /Makefile.custom | |
parent | 0080ea7992c4c0236ff58497e6342cbe4aafc0c3 (diff) |
fix DOC build output to be like kbuild standard
Diffstat (limited to 'Makefile.custom')
-rw-r--r-- | Makefile.custom | 6 |
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 \ |