Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Add text describing what to do if make complains about a mis...



details:   https://anonhg.NetBSD.org/src/rev/f5f0921e9f7e
branches:  trunk
changeset: 515055:f5f0921e9f7e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Sep 16 04:25:39 2001 +0000

description:
Add text describing what to do if make complains about a missing
uvm_vnode.h

diffstat:

 UPDATING |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 4b0523649c8a -r f5f0921e9f7e UPDATING
--- a/UPDATING  Sun Sep 16 03:50:01 2001 +0000
+++ b/UPDATING  Sun Sep 16 04:25:39 2001 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index