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.96 retrieving revision 1.102 diff -u -p -r1.96 -r1.102 --- src/UPDATING 2003/09/06 22:12:42 1.96 +++ src/UPDATING 2004/01/09 19:36:28 1.102 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.96 2003/09/06 22:12:42 christos Exp $ +$NetBSD: UPDATING,v 1.102 2004/01/09 19:36:28 dbj 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,28 @@ For a more detailed description see Make Recent changes: ^^^^^^^^^^^^^^^ +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 -b 32 to restore an alternate superblock. + +20031203: + New binutils builds may fail due to old dependencies. + It's necessary to "make cleandir" to ensure that + the dependencies will be rebuilt correctly. + +20031111: + A newer mkdep is needed. Error noting that is + cc: Ambiguous abbreviation -- + +20031008: + /usr/include/sys/disklabel_mbr.h was removed. + It's necessary to "make cleandir" to ensure that + the dependencies will be rebuilt correctly. + 20030906: With the addition of siginfo support the old signal trampoline code has been deprecated to COMPAT_16. Make sure that your running @@ -26,7 +48,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