From d55ab8733152450c98dae3cf348f49d7d5863a0f Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Thu, 28 Jan 2021 11:54:59 +0100 Subject: [PATCH] Makefile: make internal comment in doc Makefile silent There is a comment in the doc/Makefile that is beinhg spit out when calling 'make clean'. This is harmless but can be confusing to users so let's make it silent. Tracked-On: #5669 Signed-off-by: Geoffroy Van Cutsem --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 0084e50dd..652119de6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -68,7 +68,7 @@ singlehtml: doxy content kconfig clean: rm -fr $(BUILDDIR) - # Keeping these temporarily, but no longer strictly needed. + @# Keeping these temporarily, but no longer strictly needed. rm -fr doxygen rm -fr misc rm -fr reference/kconfig/*.rst