I normally run OpenBSD, which has a different build process, so I am unfamiliar with the eccentricities of "build.sh".
Once I updated the source code, the Kernel, Userland, and Xsrc compiled without any problems. When I went to generate the installation media, "build.sh" tried to create the install media in a nonexistent folder "obj/releasedir/riscv/images" (or some reasonable facsimile thereof), which was weird. So, I assumed the creation of the directory was supposed to occur in one of the previous steps, which I ran again. During the second run through of building user land, I received an error that "failed target: checkflist"
Anyone know what this error is referring to, or why it was only received on the second run through?