]> Zhao Yanbai Git Server - minix.git/commitdiff
Make build system less verbose
authorThomas Veerman <thomas@minix3.org>
Fri, 16 Nov 2012 17:50:56 +0000 (17:50 +0000)
committerThomas Veerman <thomas@minix3.org>
Mon, 19 Nov 2012 09:25:03 +0000 (09:25 +0000)
docs/UPDATING
etc/make.conf

index 4068a0600cad08b59cb460974de8cab7a5503397..088c33fa3d06990a9addb92102a8f6d23dc8c85e 100644 (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/*
index a9c745d0c81661555057ea71f84e48cc8aecbd25..e50b6e32b1eb902eb0a0a98e5230fd3962761c6b 100644 (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.