pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/misc
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 11 22:53:48 UTC 2016
Modified Files:
pkgsrc/mk/misc: toplevel.mk
Log Message:
Run mk/scripts/mkreadme in quiet mode by default.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mk/misc/toplevel.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/misc/toplevel.mk
diff -u pkgsrc/mk/misc/toplevel.mk:1.6 pkgsrc/mk/misc/toplevel.mk:1.7
--- pkgsrc/mk/misc/toplevel.mk:1.6 Mon Jun 2 10:24:05 2014
+++ pkgsrc/mk/misc/toplevel.mk Mon Jul 11 22:53:48 2016
@@ -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\""
Home |
Main Index |
Thread Index |
Old Index