[Concept,5/5] doc: Drop the PARSE progress message

Message ID 20251229155843.3891495-6-sjg@u-boot.org
State New
Headers
Series doc: Silence the sphinx build output |

Commit Message

Simon Glass Dec. 29, 2025, 3:58 p.m. UTC
  From: Simon Glass <simon.glass@canonical.com>

This message is not needed since sphinx is now running in quiet mode.

Co-developed-by: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
---

 doc/media/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
  

Patch

diff --git a/doc/media/Makefile b/doc/media/Makefile
index 9b32258696b..f8178ff59ea 100644
--- a/doc/media/Makefile
+++ b/doc/media/Makefile
@@ -12,8 +12,7 @@  gen_rst = \
 	echo ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions; \
 	${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
 
-quiet_gen_rst = echo '  PARSE   $(patsubst $(srctree)/%,%,$<)'; \
-	${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
+quiet_gen_rst = ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
 
 silent_gen_rst = ${gen_rst}