Subject: objdirs and readonly /usr/src
To: NetBSD Current <current-users@netbsd.org>
From: Dick Davies <rasputnik@hellooperator.net>
List: current-users
Date: 02/21/2004 09:25:20
Hi. Bit stuck.


I mount /usr/src readonly over NFS to my current box.
When I try to build tools, I get this error:

  cc  -O -o nbmake *.o
  #    objdir  /usr/obj/tools
  ln: obj: Read-only file system

Which I assume is because build.sh can't make symlinks in /usr/src.

Have I missed something?
I'm starting to think rsync would be less hassle :)