I am trying to build the NetBSD kernel using
$ ./build.sh -O ../obj.amd64 -U -u -m amd64 -j4 tools release iso-image
It fails with the output
======= 1 extra files in DESTDIR =========
Files in DESTDIR but missing from flist.
File is obsolete or flist is out of date ?
------------------------------------------
./.DS_Store
========= end of 1 extra files ===========
*** [checkflist] Error code 1
nbmake[2]: stopped in /Volumes/NetBSDImage/src/distrib/sets
1 error
Even when I do an
rm .DS_Store
in /Volumes/NetBSDImage/src/distrib/sets, it fails with the same message.
Earlier, when I compiled the kernel without the iso-image
option, it build successfully, but now, even that fails. Some help?