Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2000 13:26:46 -0500 (CDT)
From:      Mike Meyer <mwm@mired.org>
To:        "Doug Poland" <doug@polands.org>
Cc:        questions@freebsd.org
Subject:   RE: kernel bloat
Message-ID:  <14820.45286.764960.761514@guru.mired.org>
In-Reply-To: <42248098@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
Doug Poland writes:
> No, I didn't supply any -g switches on the command line.
> What I usually do for a compile on such a slow machine
> is
> 	# make depend; make; make install; shutdown -r now
> 
> and walk away.  Perhaps something "went wrong" and I
> never saw any messages on the console.  Oh well, I'll
> just recompile and see what happens.

Try it this way next time:

# make depend && make && make install && shutdown -r now

That way, if something goes wrong, it'll stop at that point.

	<mike



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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