From: Thomas Veerman Date: Fri, 16 Nov 2012 17:50:56 +0000 (+0000) Subject: Make build system less verbose X-Git-Tag: v3.2.1~202 X-Git-Url: http://zhaoyanbai.com/repos/pkcs11-list.html?a=commitdiff_plain;h=05fddc7d362d44177d1eb9254b18d5c679cccebb;p=minix.git Make build system less verbose --- diff --git a/docs/UPDATING b/docs/UPDATING index 4068a0600..088c33fa3 100644 --- a/docs/UPDATING +++ b/docs/UPDATING @@ -1,3 +1,8 @@ +20121116: + To make the build system less verbose: + + # cp /usr/src/etc/make.conf /etc + 20121115: Before your first native build you need to update /usr/share/mk. # rm /usr/share/mk/* diff --git a/etc/make.conf b/etc/make.conf index a9c745d0c..e50b6e32b 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,5 +1,6 @@ # which architecture to compile for ARCH=i386 +MAKEVERBOSE?= 1 .ifdef BSD_PKG_MK .error Please use bmake for pkgsrc instead of the base system make.