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.41 retrieving revision 1.42 diff -u -p -r1.41 -r1.42 --- src/UPDATING 2001/10/26 13:38:52 1.41 +++ src/UPDATING 2001/10/29 01:46:25 1.42 @@ -1,13 +1,26 @@ -$NetBSD: UPDATING,v 1.41 2001/10/26 13:38:52 wiz Exp $ +$NetBSD: UPDATING,v 1.42 2001/10/29 01:46:25 perry 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. For a more detailed description see Makefile. +Note that users of the new toolchain in many instances will not +experience the problems listed below because their host tools are +automatically generated for them. + Recent changes: ^^^^^^^^^^^^^^^ +20011028: + src/etc/Makefile now needs install to be able to handle + symlinks that point to nowhere. A bug in install that + prevented this was corrected. + + Solution: update and reinstall usr.bin/xinstall + Better Solution: Use the new toolchain and it will just work + for you. + 20011006: /etc/mtree/NetBSD.dist has been updated to take advantage of absolute path support added to mtree(8). Older mtree(8)s don't