From: Sascha Wildner Date: Tue, 27 Dec 2011 02:47:45 +0000 (+0100) Subject: UPDATING: Note that mkdir(1) and install(1) need updating before building. X-Git-Tag: v3.0.0~269 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/83bc1e2a40c81cf25f5460d7c94208fe33649429 UPDATING: Note that mkdir(1) and install(1) need updating before building. --- diff --git a/UPDATING b/UPDATING index f00264b35b..f04b31a5b7 100644 --- a/UPDATING +++ b/UPDATING @@ -48,6 +48,15 @@ BINUTILS 2.20 Binutils 2.20 has been removed in favor of Binutils 2.22. The accepted values of BINUTILSVERS are now binutils221 and binutils222 (default). +BUILDWORLD/-KERNEL PARALLELIZATION WORK +--------------------------------------- +Due to changes in the way we build with more than one make job, you +will have to update install(1) and mkdir(1) prior to buildworld if you +want to build with 'make -j': + +cd /usr/src/usr.bin/xinstall; make; make install; make clean +cd /usr/src/bin/mkdir; make; make install; make clean + +-----------------------------------------------------------------------+ + UPGRADING DRAGONFLY FROM 2.8 to later versions + +-----------------------------------------------------------------------+