Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 1996 11:52:09 +0200 (MET DST)
From:      grog@lemis.de (Greg Lehey)
To:        richardc@CSUA.Berkeley.EDU (Veggy Vinny)
Cc:        FreeBSD-current@FreeBSD.ORG (FreeBSD current users)
Subject:   Re: make world
Message-ID:  <199605280952.LAA23207@allegro.lemis.de>
In-Reply-To: <Pine.PTX.3.91.960527095903.29367w-100000@soda.CSUA.Berkeley.EDU> from "Veggy Vinny" at May 27, 96 10:00:36 am

next in thread | previous in thread | raw e-mail | index | archive | help
Veggy Vinny writes:
>
> On Mon, 27 May 1996, Greg Lehey wrote:
>
>> 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.
>
> 	Hmmm, the problem with this machine is it's running 2.1R and
> using a Adaptec 2940 controller so it will always abort somewhere in the
> make all install part of the make world.

Could be.  I don't use this combination.  But are you sure that's the
reason?  How does it abort?

> so I just make all install from /usr/src but isn't that supported to
> work and just continue the process?

Typical 'install' targets start all over again.  So does this one.
You can argue whether that makes sense, but it's unlikely to change.

Greg



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