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/
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"