Make build system less verbose

This commit is contained in:
Thomas Veerman 2012-11-16 17:50:56 +00:00
parent 15e5aba748
commit 05fddc7d36
2 changed files with 6 additions and 0 deletions

View file

@ -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/*

View file

@ -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.