Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jul 2004 11:57:40 +0200
From:      cpghost <cpghost@cordula.ws>
To:        Scott <freebsd-questions@thismonkey.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: can i delete /usr/obj/ before installworld?
Message-ID:  <410B6D14.8090807@cordula.ws>
In-Reply-To: <20040731103615.GA33587@freebsd-01.two-fifths.com>
References:  <20040731103615.GA33587@freebsd-01.two-fifths.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?410B6D14.8090807>