From owner-freebsd-stable Sun Nov 17 00:40:54 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA05087 for stable-outgoing; Sun, 17 Nov 1996 00:40:54 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA05082 for ; Sun, 17 Nov 1996 00:40:50 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <17078(1)>; Sun, 17 Nov 1996 00:40:11 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177557>; Sun, 17 Nov 1996 00:38:07 -0800 To: Rob Hartill cc: freebsd-stable@freebsd.org Subject: Re: 2.1.6 make world died In-reply-to: Your message of "Sat, 16 Nov 96 13:37:54 PST." <199611162137.VAA01184> Date: Sun, 17 Nov 1996 00:38:03 PST From: Bill Fenner Message-Id: <96Nov17.003807pst.177557@crevenia.parc.xerox.com> Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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". Bill