Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/UPDATING,v retrieving revision 1.30 retrieving revision 1.31 diff -u -p -r1.30 -r1.31 --- src/UPDATING 2001/08/03 14:19:50 1.30 +++ src/UPDATING 2001/08/03 14:47:17 1.31 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.30 2001/08/03 14:19:50 enami Exp $ +$NetBSD: UPDATING,v 1.31 2001/08/03 14:47:17 enami Exp $ This file is intended to be a brief introduction to the build process and a reference on what to do if something doesn't work. @@ -9,6 +9,12 @@ Recent changes: ^^^^^^^^^^^^^^^ 20010803: + grep.info is now built from grep.texi using makeinfo. Since it + requires makeinfo v4.0, you need to install new texinfo before + building gnu/usr.bin/grep. To install new texinfo, please follow + the instruction described in 20010726 entry. + +20010803: (i386 only): i386 kernel now uses new instructions like fxsave which old gas doesn't understand. To build the kernel successfuly, you need to build and install new gas (gnu/usr.bin/gas.new).