summaryrefslogtreecommitdiff
path: root/mk/misc
diff options
context:
space:
mode:
authorwiz <wiz>2016-07-11 22:53:48 +0000
committerwiz <wiz>2016-07-11 22:53:48 +0000
commitac5815338b786a6a35b410106b9e3e8f8d401e09 (patch)
treecbebde2629c1d210908304129d5a2bbd9edbd22a /mk/misc
parent1a577dabd15b7cd2798827f5550f3072330ab66a (diff)
downloadpkgsrc-ac5815338b786a6a35b410106b9e3e8f8d401e09.tar.gz
Run mk/scripts/mkreadme in quiet mode by default.
Diffstat (limited to 'mk/misc')
-rw-r--r--mk/misc/toplevel.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/misc/toplevel.mk b/mk/misc/toplevel.mk
index e2486be7ab0..950e4155d45 100644
--- a/mk/misc/toplevel.mk
+++ b/mk/misc/toplevel.mk
@@ -1,4 +1,4 @@
-# $NetBSD: toplevel.mk,v 1.6 2014/06/02 10:24:05 wiz Exp $
+# $NetBSD: toplevel.mk,v 1.7 2016/07/11 22:53:48 wiz Exp $
#
# This file contains the make targets that can be used from the
# top-level Makefile. They are in this separate file to keep the
@@ -19,7 +19,7 @@ README.html: .PRECIOUS
BMAKE=${MAKE} \
./mk/scripts/mkreadme --pkgsrc ${.CURDIR} \
--packages ${PACKAGES} ${_README_TYPE_FLAG} \
- --prune
+ --prune --quiet
.else
@${ECHO} "ERROR: please do not use the README.html target directly."
@${ECHO} " Instead use either the \"readme\" or \"cdrom-readme\""