Date: Sun, 8 Sep 2024 22:35:02 +0000 From: "Robert Elz" <k...@netbsd.org> Message-ID: <20240908223502.927a4f...@cvs.netbsd.org>
| Modified Files: | src/distrib/sets/lists/base: mi | | Log Message: | One more mozilla-rootcerts file that is now obsolete. | This fixes one current build breakage, but there is more to come. Actually, fixed all of it - the remainder I was seeing was just the typical breakage from an update build in the distrib/<arch>/cdroms directory, where something that goes on the cdrom is altered (the mozilla rootcerts this time, but it can be anything) in such a way that files are added or deleted, there are no rules to cause the cdrom spec.fs to be rebuilt in such a case, and consequently the build fails. We need to fix this sometime, even if it is just an "if this fails, do a make clean, and try again" in those directories. kre