Make build system less verbose
This commit is contained in:
parent
15e5aba748
commit
05fddc7d36
2 changed files with 6 additions and 0 deletions
|
@ -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,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.
|
||||
|
|
Loading…
Reference in a new issue