On Thu, Apr 21, 2016 at 3:20 AM, bch <[email protected]> wrote: > I've nuked /use/obj (to which the various /use/src/.../obj directories > point), and /use/src/compat/amd64/i386/obj. What else, or what -really- > needs to be attended to?
In my case, I needed the following instructions (I use ./build.sh -O work.amd64 -T work.tools ...) - cd lib/libedit; ./work.tools/bin/nbmake-amd64 clean; cd - - rm ./work.amd64/lib/libedit/editline.c ./work.amd64/compat/amd64/i386/lib/libedit/editline.c - rm ./work.amd64/lib/libedit/fcns.c ./work.amd64/compat/amd64/i386/lib/libedit/fcns.c - cd lib/libedit; ./work.tools/bin/nbmake-amd64 -sj9; cd - Though I don't know why they're needed. ozaki-r
