aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-02-14 02:23:34 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-17 02:38:31 +0100
commit4ae76c12c8ff9815f26c156cd23a16577af65024 (patch)
treee822a440c8bca9162e4f5332f0967ccbea0e88b4
parent546141e113576fe755c61388296c2620ca145de2 (diff)
downloadman-pages-4ae76c12c8ff9815f26c156cd23a16577af65024.tar.gz
share/mk/: Move '.SILENT:' to GNUmakefile
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--GNUmakefile1
-rw-r--r--share/mk/verbose.mk3
2 files changed, 1 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index bb8e2d2c6b..84d4155124 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -214,3 +214,4 @@ nothing:;
.DELETE_ON_ERROR:
+.SILENT:
diff --git a/share/mk/verbose.mk b/share/mk/verbose.mk
index c1bc1feedc..3ad2da3023 100644
--- a/share/mk/verbose.mk
+++ b/share/mk/verbose.mk
@@ -11,7 +11,4 @@ MAKEFILE_VERBOSE_INCLUDED := 1
HIDE_ERR := 2>/dev/null
-.SILENT:
-
-
endif # include guard