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 rcsdiff: /ftp/cvs/cvsroot/src/UPDATING,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.34 retrieving revision 1.35 diff -u -p -r1.34 -r1.35 --- src/UPDATING 2001/09/15 13:59:29 1.34 +++ src/UPDATING 2001/09/16 04:25:39 1.35 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.34 2001/09/15 13:59:29 simonb Exp $ +$NetBSD: UPDATING,v 1.35 2001/09/16 04:25:39 thorpej 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. @@ -8,6 +8,14 @@ For a more detailed description see Make Recent changes: ^^^^^^^^^^^^^^^ +20010915: + The new "ubcperf" code committed by Chuck Silvers removed + a header file, uvm/uvm_vnode.h. There may be stale .depend + files that still reference this file. + + Solution: "make cleandir && make dependall" in affected + directories. + 20010803: grep.info is now built from grep.texi using makeinfo. Since it requires makeinfo v4.0, you need to install new texinfo before