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.99 retrieving revision 1.105 diff -u -p -r1.99 -r1.105 --- src/UPDATING 2003/12/04 01:25:21 1.99 +++ src/UPDATING 2004/01/18 12:52:47 1.105 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.99 2003/12/04 01:25:21 mrg Exp $ +$NetBSD: UPDATING,v 1.105 2004/01/18 12:52:47 bjh21 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,8 +8,21 @@ For a more detailed description see Make Recent changes: ^^^^^^^^^^^^^^^ +20040117: + On acorn32, the sysbeep device is no longer needed, and will + need to be deleted from kernel configuration files. + +20040109: + Compatibility for old ffs superblock layouts has been + added, and the restrictive fsck checks have been reenabled + when using those layouts. If you have been using -current + since 20030402, you may find that fsck again signals fatal + superblock mismatches. To work around, you can use + fsck_ffs -b 32 -c 4 to restore an alternate superblock + and complete the filesystem upgrade. + 20031203: - New binutils builds may fail due to old dependancies. + New binutils builds may fail due to old dependencies. It's necessary to "make cleandir" to ensure that the dependencies will be rebuilt correctly. @@ -40,7 +53,7 @@ Recent changes: make MKINFO=no dependall install 20030630: - Groff was update to 1.19; it's probably necessary to do + Groff was updated to 1.19; it's probably necessary to do cd share/mk && make install cd src/gnu/usr.bin/groff make MKMAN=no dependall install