Module Name: src Committed By: christos Date: Mon Jun 1 14:46:04 UTC 2020
Modified Files: src: UPDATING Log Message: Mention cleaning needed in LIBISPRIVATE directories To generate a diff of this commit: cvs rdiff -u -r1.307 -r1.308 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.307 src/UPDATING:1.308 --- src/UPDATING:1.307 Wed Mar 11 17:07:40 2020 +++ src/UPDATING Mon Jun 1 10:46:04 2020 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.307 2020/03/11 21:07:40 mrg Exp $ +$NetBSD: UPDATING,v 1.308 2020/06/01 14:46:04 christos 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: ^^^^^^^^^^^^^^^ +20200601: + Due to a mistake in LIBISPRIVATE handling, .so libraries were + created in the build directories and need cleaning. + 20200311: GCC 8 ports will need cleaning in src/tools/gcc and src/external/gpl3/gcc due to GCC 8.4 update.