Hello again,
I tried again, this time the following error showed: r...@sgate:/usr/src# rm -rf /usr/obj/* rm: named (inode 156784): not overwritten due to multiple links r...@sgate:/usr/src# ls -al /usr/obj/ total 8 drwxrwxr-x 2 root wsrc 512 Dec 7 07:20 . drwxr-xr-x 19 root wheel 512 Nov 25 16:07 .. Is it safe to use -P in this case ? And is it of any good? Here are the rest of the procedure After r...@sgate:/usr/src# make obj there are no errors same is after r...@sgate:/usr/src# cd /usr/src/etc && env DESTDIR=/ make distrib-dirs And the same error after r...@sgate:/usr/src# make build 2009/12/7 Tobias Ulmer <[email protected]> > You most likely started make build without the required make obj before, > which will mess up the source tree and confuse make. Do a fresh > checkout, clean /usr/obj and follow the instructions as you did before. > > Tobias

