Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 1996 12:39:39 -0800
From:      "Michael L. VanLoon -- HeadCandy.com" <michaelv@MindBender.serv.net>
To:        Rob Hartill <robh@imdb.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: 2.1.6 make world died 
Message-ID:  <199611172039.MAA10529@MindBender.serv.net>
In-Reply-To: Your message of Sun, 17 Nov 96 12:37:34 %2B0000. <199611171237.MAA03056> 

next in thread | previous in thread | raw e-mail | index | archive | help

>Bill Fenner wrote:
>>In message <199611162137.VAA01184> you write:

>>>Is it possible to continue "make world" from where it broke down ?

>>"make world" won't rebuild stuff that doesn't need it, so it will only
>>check the status for everything before sendmail.  So just do another
>>"make world".

>On the few occasions I've needed to restart 'make world' I've gotten
>the feeling it was starting again. It's reassuring to know that's not
>the case.

You can easily make make continue on with things that aren't broken
simply by using the ``-k'' flag.

When doing a make world, I always have the environment variable set
like this (tcsh --  sh uses a different syntax, of course):

	setenv MAKEFLAGS '-k'

I also have all stdout and stderr directed to a large log file.  Then
I can review the file when everything is finished, and see if anything
important broke that requires my attention.

-----------------------------------------------------------------------------
  Michael L. VanLoon                           michaelv@MindBender.serv.net
        --<  Free your mind and your machine -- NetBSD free un*x  >--
    NetBSD working ports: 386+PC, Mac 68k, Amiga, Atari 68k, HP300, Sun3,
        Sun4/4c/4m, DEC MIPS, DEC Alpha, PC532, VAX, MVME68k, arm32...
    NetBSD ports in progress: PICA, others...
-----------------------------------------------------------------------------



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