Module Name: src Committed By: rillig Date: Sat Jan 9 20:51:08 UTC 2021
Modified Files: src: UPDATING Log Message: UPDATING: lint1/ops.c may require OBJDIR to be cleaned https://mail-index.netbsd.org/source-changes-d/2021/01/09/msg013098.html To generate a diff of this commit: cvs rdiff -u -r1.316 -r1.317 src/UPDATING Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/UPDATING diff -u src/UPDATING:1.316 src/UPDATING:1.317 --- src/UPDATING:1.316 Sat Oct 17 07:41:25 2020 +++ src/UPDATING Sat Jan 9 20:51:08 2021 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.316 2020/10/17 07:41:25 mrg Exp $ +$NetBSD: UPDATING,v 1.317 2021/01/09 20:51:08 rillig Exp $ This file (UPDATING) is intended to be a brief reference to recent changes that might cause problems in the build process, and a guide for @@ -19,6 +19,10 @@ See also: BUILDING, build.sh, Makefile. Recent changes: ^^^^^^^^^^^^^^^ +20201230: + lint1/ops.c is no longer autogenerated. If this makes the build + fail, clean $OBJDIR/tools/*lint* and $OBJDIR/usr.bin/*xlint*. + 20201016: MIPS kernel modules have been disabled until they work. This will turn up in extra files in the DESTDIR, which should be cleaned.