"Nikolas Britton" <[EMAIL PROTECTED]> writes:
> On 30 Mar 2006 09:40:03 -0500, Lowell Gilbert
> <[EMAIL PROTECTED]> wrote:
> > "Grant Peel" <[EMAIL PROTECTED]> writes:
> >
> > > I am running a little low on disk space in /usr
> > >
> > > Can I delete the /usr/src/sys/i386/compile/mykernel director
On 30 Mar 2006 09:40:03 -0500, Lowell Gilbert
<[EMAIL PROTECTED]> wrote:
> "Grant Peel" <[EMAIL PROTECTED]> writes:
>
> > I am running a little low on disk space in /usr
> >
> > Can I delete the /usr/src/sys/i386/compile/mykernel directory?
>
> Sure. And if you use the "buildkernel" method when yo
"Grant Peel" <[EMAIL PROTECTED]> writes:
> I am running a little low on disk space in /usr
>
> Can I delete the /usr/src/sys/i386/compile/mykernel directory?
Sure. And if you use the "buildkernel" method when you build kernels,
you won't even need that directory again. If you use the "old
meth
Hi all,
I am running a little low on disk space in /usr
Can I delete the /usr/src/sys/i386/compile/mykernel directory?
If so, which method is best:
a:
cd /usr/src/sys/i386/compile
rm -rf mykernel
or
b:
cd /usr/src/sys/i386/compile/mykernel
make clean
Thanks all,
-Grant