can i delete /usr/obj/ before installworld?
cpghost
cpghost at cordula.ws
Sat Jul 31 02:54:12 PDT 2004
Scott wrote:
>Hi there,
>
>I'm really short on diskspace, and I have no room to run a make buildkernel after I run make buildworld.
>
>
If you have enough space on another filesystem, you could
move /usr/obj there, e.g. with a symlink, or by setting
MAKEOBJDIRPREFIX?= /usr/obj
to something else:
# make MAKEOBJDIRPREFIX=/path/to/new/obj buildworld
# make MAKEOBJDIRPREFIX=/path/to/new/obj buildkernel KERNCONF=blahblah
etc...
Good luck!
--
Cordula's Web. http://www.cordula.ws/
More information about the freebsd-questions
mailing list