X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile.custom;h=d9a2367ab317e2bf08600b8912c81b04f40c9123;hb=1166d7b1360285659aa7585e5c5bd4e1321aeeaf;hp=140ff45c25b22f723c7ec1f18e842eaeb99d3e55;hpb=a28a05b96ae06ec4233e2cff6f7f619b65cd0a99;p=oweals%2Fbusybox.git 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 \