From 05fddc7d362d44177d1eb9254b18d5c679cccebb Mon Sep 17 00:00:00 2001 From: Thomas Veerman Date: Fri, 16 Nov 2012 17:50:56 +0000 Subject: [PATCH] Make build system less verbose --- docs/UPDATING | 5 +++++ etc/make.conf | 1 + 2 files changed, 6 insertions(+) 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.