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.22 retrieving revision 1.24 diff -u -p -r1.22 -r1.24 --- src/UPDATING 2001/03/06 19:03:31 1.22 +++ src/UPDATING 2001/05/27 23:34:22 1.24 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.22 2001/03/06 19:03:31 jmc Exp $ +$NetBSD: UPDATING,v 1.24 2001/05/27 23:34:22 abs 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. @@ -43,7 +43,7 @@ Recent changes: 20010114: introduce .if commands(target) in make(1). You need to bring everything up-to-date first, then without installing - anything make and install in /usr/bin/make, then proceed + anything make and install in usr.bin/make, then proceed with make build. 20010101: @@ -218,3 +218,6 @@ Fix: Try building with -DMAKE_BOOTSTRAP Symptom:undefined reference to `getprogname' or `setprogname' Fix: Rebuild and install lib/libc + +Symptom:lint does not understand the '-X' option +Fix: May need to build & install libs with NOLINT=1 before rebuilding lint