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.4 retrieving revision 1.9 diff -u -p -r1.4 -r1.9 --- src/UPDATING 2000/10/02 06:19:17 1.4 +++ src/UPDATING 2001/01/01 15:29:16 1.9 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.4 2000/10/02 06:19:17 itojun Exp $ +$NetBSD: UPDATING,v 1.9 2001/01/01 15:29:16 sommerfeld 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,21 @@ For a more detailed description see Make Recent changes: ^^^^^^^^^^^^^^^ +20010101: + bsd.subdir.mk committed 20001230 had a bug which caused + afterinstall targets to run too soon; update again. + +20001230: + New share/mk files needed to support .WAIT in SUBDIR variables. + If you get make errors, + (cd share/mk; make install) + Also, PRINTOBJDIR has changed and is now used more heavily. + +20001019: + The `ca' device driver has been replaced by `ld'; although the + major and minor numbers haven't changed, you should update your /dev + directory. + 20000929: The following make directives are obsoleted. MKCRYPTO_RSA NOCRYPTO_RSA NOCRYPTO_RC5 NOCRYPTO_IDEA @@ -145,3 +160,6 @@ Fix: Try the following sequence of comma make cleandir; rm `make print-objdir`; make cleandir; make obj (If you built the tree without "make obj" in the past, obsolete files may remain. The command tries to clean everything up) + +Symptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type +Fix: Rebuild and install usr.bin/menuc