Add note to 20010924 entry that tells people about the COMPAT4X option

in /etc/make.conf, since sometimes these libraries are updated.

Submitted by: ru
This commit is contained in:
Warner Losh 2001-12-28 05:09:19 +00:00
parent e8f2536ed4
commit 8b039fff54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88567

View File

@ -77,10 +77,12 @@ COMMON ITEMS: section later in the file.
20010924:
The buildworld has been fixed. You may need to install
the 4.x compatibility libraries for some old binaries
to work.
cd src/lib/compat/compat4x.i386
to work. Add COMPAT4X=true to your /etc/make.conf to
get them installed on every installworld, or execute the
following to get them installed only once:
cd src/lib/compat/compat4x.<arch>
make all install
You will see __stdoutp undefined until you do this.
You will see ``__stdoutp undefined'' until you do this.
20010919:
There's a bug in the world build process. The cross-tools