Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 1996 14:04:20 +0200 (MET DST)
From:      grog@lemis.de (Greg Lehey)
To:        richardc@CSUA.Berkeley.EDU (Veggy Vinny)
Cc:        current@FreeBSD.ORG
Subject:   Re: make world
Message-ID:  <199605271204.OAA24013@allegro.lemis.de>
In-Reply-To: <Pine.PTX.3.91.960526003738.29367c-100000@soda.CSUA.Berkeley.EDU> from "Veggy Vinny" at May 26, 96 00:38:22 am

next in thread | previous in thread | raw e-mail | index | archive | help
Veggy Vinny writes:
>
> Hi everyone,
>
> 	If make world fails, can i just do a make all install to continue
> where it left off or is there more make world does?

That depends where it fails.  make world does basically 4 things:

- it removes all your old objects
- it builds new directories where necessary
- it makes all the new software
- it installs it.

Clearly if it gets to the point where it's making the software, you
don't want to repeat the whole thing.  But 'make install' doesn't
check whether the software has been made, so unless you get to the
install stage, you won't get everything installed.

I always perform a 'make -k world' so that a problem making, say,
games/fish won't cause the whole thing to fail.  Of course, this means
that I have to carefully check the make log file after the make.

Greg



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