svn commit: [25886] trunk/busybox

vapier at busybox.net vapier at busybox.net
Mon Mar 30 05:26:35 UTC 2009


Author: vapier
Date: 2009-03-30 05:26:34 +0000 (Mon, 30 Mar 2009)
New Revision: 25886

Log:
fix DOC build output to be like kbuild standard

Modified:
   trunk/busybox/Makefile.custom


Changeset:
Modified: trunk/busybox/Makefile.custom
===================================================================
--- trunk/busybox/Makefile.custom	2009-03-30 03:50:07 UTC (rev 25885)
+++ trunk/busybox/Makefile.custom	2009-03-30 05:26:34 UTC (rev 25886)
@@ -106,8 +106,10 @@
 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 \



More information about the busybox-cvs mailing list