Make build system less verbose

This commit is contained in:
Thomas Veerman
2012-11-19 09:25:03 +00:00
parent 15e5aba748
commit 05fddc7d36
2 changed files with 6 additions and 0 deletions
+5
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/*
+1
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.